Vcl.Markdown.TMDViewer
TScrollingWinControl → TMDCustomControl |
Description
TMDViewer is Markdown reader control.
Properties
Public |
Returns whether a text is selected. |
TMDCustomControl inheritance
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 |
Copy the selected text to the clipboard. |
|
Public |
Jump to an anchor in the current document. |
|
Public |
Navigate to the top of the current document. |
|
Public |
Navigate to the next point in the history list. |
|
Public |
Navigate to the previous point in the history list. |
|
Public |
Loads a Markdown script from a stream. |
|
Public |
Loads a Markdown script from a file or URL. |
TMDCustomControl inheritance
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 the user navigates in the document. |
|
Published |
Triggered when an exception is raised by the Markdown parser. |
TMDCustomControl inheritance
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. |