Class TMacroParamModel
Unit
xomMacroParser
Declaration
type TMacroParamModel = class(TXOMModel)
Description
TMacroParamModel
Hierarchy
- TXOMModel
- TMacroParamModel
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure BuildSearchIndex (AIndex: TxomHashStringList); |
|
|
 |
function BuildIndex: TxomHashStringList; |
|
|
 |
procedure KillIndex; |
|
|
 |
procedure Clear; override; |
|
|
 |
function FindCommand (const ACommand: WideString; ARecursive: Boolean): TMacroParam; |
|
|
 |
function FindIdCommand (const AId, ACommand: WideString; ARecursive: Boolean): TMacroParam; |
|
|
 |
function FindContent (const AContent: Variant; ARecursive: Boolean): TMacroParam; |
|
|
 |
function FindID (const AId: WideString; ARecursive: Boolean): TMacroParam; |
|
|
 |
function FindTag (const ATag: Integer; ARecursive: Boolean): TMacroParam; |
|
|
 |
function EnumTaggedParams (AResult: TMacroParams; AUseBuffered: Boolean = True): Boolean; |
|
|
 |
function ResetEditStates (AParamNotify: TNotifyEvent = nil): Boolean; |
|
|
 |
procedure RemoveNonEdited; |
|
|
 |
procedure RemoveEmpty; |
|
|
 |
procedure _ResetForStorage (AId: String); |
|
|
 |
procedure Sort; |
|
|
 |
procedure Reset; virtual; |
|
|
Properties
 |
property CachedFind: Boolean read FCachedFind write SetCachedFind; |
|
|
 |
property VersionGUID: String read FVersionGUID write FVersionGUID; |
|
|
 |
property ModelName: WideString read FModelName write FModelName; |
|
|
Generated by PasDoc 0.15.0.
|