Vcl.Markdown.TMDHint
|
TComponent → |
Description
TMDHint is a non-visual component that provides hints using Markdown formatting for all Delphi controls.
Multiple TMDHints cannot be used at the same time. The last one created is the one used. For this reason, it is preferable to place it on a DataModule.
Properties
|
Public |
Returns the currently active TMDHint component. |
|
|
Published |
Local path used to resolve relative paths at design time. |
|
|
Published |
Determines which image list is associated with the control. |
|
|
Published |
Style component associated with the control. |
Events
|
Published |
Triggered when a hint is about to be displayed. |
|
|
Published |
Triggered when an image with parameters is found. |
|
|
Published |
Triggered on link clicked. |
|
|
Published |
Triggered when a block of code needs to be highlighted. |
|
|
Published |
Triggered when WIC is unable to load an image file. |
|
|
Published |
Triggered when WIC is unable to load an image that is base64 encoded. |