Vcl.Markdown.TMDCustomControl
TScrollingWinControl → |
Description
TMDCustomControl is the base class from which markdown visual controls are derived.
Properties
Public |
Determines how the size of the control automatically resizes to accommodate the text. |
|
Public |
Defines background and border color, opacity, border width and corners. |
|
Published |
Local path used to resolve relative paths at design time. |
|
Published |
Determines which image list is associated with the control. |
|
Published |
Contains the Markdown script. |
|
Public |
Determines if control transparency is supported. |
|
protected |
Adjusts the overall opacity of the control. |
|
Public |
Returns the root path for relative path resources at runtime. |
|
Published |
Style component associated with the control. |
Methods
Public |
Inhibits changes until EndUpdate has been invoked. |
|
protected |
Performs default actions when a link is clicked. |
|
Public |
Applies the changes that are pending after a call to BeginUpdate. |
Events
Published |
Triggered when document loading is completed. |
|
Published |
Triggered when an image with parameters is found. |
|
Published |
Triggered on link clicked. |
|
Published |
Triggered when switching between light and dark modes. |
|
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. |