[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: markdown.elements.pas line 172
type TMarkDownListBlock = class(TMarkDownContainerBlock) |
public |
function Grace; |
property Ordered: Boolean; [rw] |
property BaseIndent: Integer; [rw] |
property LastIndent: Integer; [rw] |
property Start: Integer; [rw] |
property Marker: AnsiString; [rw] |
property Loose: Boolean; [rw] |
property HasSeenEmptyLine: Boolean; [rw] |
end; |
| | |
| | |
| | |
| | |
TObject |