Vcl.Markdown.TMDHintEvent
Prototype
TMDHintEvent = procedure(Sender: TObject; var aHintData: TMDHintData) of object;
Description
TMDHintEvent is the function type for a TMDHint OnHint event.
aHintData contains editable information that allows you to customize the hint. This event is triggered if TMDCustomControl controls do not have OnHint set or return false in aHandled.