TScrollingWinControl   

Description

TMDCustomControl is the base class from which markdown visual controls are derived.

Properties

AutoSize

Public

Determines how the size of the control automatically resizes to accommodate the text.

Background

Public

Defines background and border color, opacity, border width and corners.

DesignPath

Published

Local path used to resolve relative paths at design time.

Images

Published

Determines which image list is associated with the control.

Lines

Published

Contains the Markdown script.

IsLayered

Public

Determines if control transparency is supported.

Opacity

protected

Adjusts the overall opacity of the control.

ResourcePath

Public

Returns the root path for relative path resources at runtime.

Style

Published

Style component associated with the control.

Methods

BeginUpdate

Public

Inhibits changes until EndUpdate has been invoked.

DoLinkDefault

protected

Performs default actions when a link is clicked.

EndUpdate

Public

Applies the changes that are pending after a call to BeginUpdate.

Events

OnCompleted

Published

Triggered when document loading is completed.

OnImageValidate

Published

Triggered when an image with parameters is found.

OnLinkClick

Published

Triggered on link clicked.

OnStyleModeChanged

Published

Triggered when switching between light and dark modes.

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.