Provides access to members in a CM_HINTSHOW control message.
Source position: forms.pp line 1238
type TCMHintShow = record |
||
Msg: Cardinal; |
|
Cardinal value representing the control message. |
Reserved: PtrInt; |
|
Reserved parameter values for the message. |
HintInfo: PHintInfo; |
|
Pointer to the hint information for the control message. |
Result: PtrInt; |
|
Result returned for the control message. |
end; |
TCMHintShow is a record type used to represent a CM_HINTSHOW control message passed as an argument to methods in a control.
|
Message handler for hint display. |