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

Current

Public

Returns the currently active TMDHint component.

DesignPath

Published

Local path used to resolve relative paths at design time.

Images

Published

Determines which image list is associated with the control.

Style

Published

Style component associated with the control.

Events

OnHint

Published

Triggered when a hint is about to be displayed.

OnImageValidate

Published

Triggered when an image with parameters is found.

OnLinkClick

Published

Triggered on link clicked.

OnSyntaxHighlighting

Published

Triggered when a block of code needs to be highlighted.

OnUnknownImage

Published

Triggered when WIC is unable to load an image file.

OnUnknownImage64

Published

Triggered when WIC is unable to load an image that is base64 encoded.