Prototype

TMDHintControlEvent = procedure(Sender: TObject; var aHintData: TMDHintData; var aHandled :boolean) of object;

Description

TMDHintControlEvent is the function type for a TMDCustomControl OnHint event.


aHintData contains editable information that allows you to customize the hint. Return aHandled to true to break the processing chain.

See also

TMDCustomControl.OnHint