Class TMacroValue
Unit
xomMacroParser
Declaration
type TMacroValue = class(TXOMObject)
Description
TMacroValue
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
function MustParse(const AString: WideString): Boolean; virtual; |
|
|
 |
function HandleParams (const AParameters: WideString; const AData: Variant; const AValue: WideString; AHandler: TMacroValueParamHandler = nil): WideString; |
|
|
Properties
 |
property MacroName: WideString read FMacroName write SetMacroName; |
|
|
 |
property LogicalName: WideString read FLogicalName write FLogicalName; |
|
|
 |
property IsConditionalBlock: Boolean read FIsConditionalBlock write FIsConditionalBlock; |
|
|
 |
property _SortValue: Integer read F_SortValue write F_SortValue; |
|
|
Generated by PasDoc 0.15.0.
|