Unit 'MarkDown.Elements' Package
[Overview][Constants][Types][Classes][Index] [#fcl-md]

TMarkdownBlock

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: markdown.elements.pas line 107

type TMarkdownBlock = class(TMarkDownElement)

protected

  procedure SetClosed(); virtual;

  function GetChild(); virtual;

  function GetChildCount; virtual;

  procedure AddChild(); virtual;

  function GetLastChild; virtual;

public

  constructor Create(); virtual;

  procedure Dump();

  function GetFirstText;

  function WhitespaceMode; virtual;

  property Closed: Boolean; [rw]

  property Line: Integer; [r]

  property Parent: TMarkDownBlock; [r]

  property LastChild: TMarkDownBlock; [r]

  property ChildCount: Integer; [r]

  property Children []: TMarkDownBlock; default; [r]

end;

Inheritance

TMarkdownBlock

|

TMarkDownElement

|

TObject


Documentation generated on: 2025-12-15