Message record passed to control as CM_GETHINTDATA message.
TCMGetHintData = packed record Msg: Cardinal; Pt: TSmallPoint; pHintData: PecHintData; Result: Longint; end;
ecHintHelper
|
Members |
Description |
|
Msg: Cardinal; |
Message code which is equal to CM_GETHINTDATA. |
|
Pt: TSmallPoint; |
Mouse position in client coordinates. |
|
pHintData: PecHintData; |
Pointer to hint information structure to be filled by the control. |
|
Result: Longint; |
Result value - not used. |
|
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|