Class TMacroBuilderItem
Unit
idMacroBuilder
Declaration
type TMacroBuilderItem = class(TXOMObject)
Description
TMacroBuilderItem
Hierarchy
- TXOMObject
- TMacroBuilderItem
Overview
Methods
Properties
 |
property ParameterString: WideString read GetParameterString write SetParameterString; |
 |
property Caption: WideString read GetCaption; |
 |
property MacroLeader: WideString read GetMacroLeader; |
 |
property Macro: WideString read FMacro write FMacro; |
 |
property Value: Variant read FValue write FValue; |
 |
property Parameters: TxomStringList read FParameters write FParameters; |
 |
property SubItems: TMacroBuilderItems read FSubItems write FSubItems; |
 |
property Enabled: Boolean read FEnabled write FEnabled; |
 |
property IsMacro: Boolean read FIsMacro write FIsMacro; |
 |
property PreText: WideString read FPreText write FPreText; |
 |
property PostText: WideString read FPostText write FPostText; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
function IsBlock: Boolean; |
|
|
 |
function IsValue: Boolean; |
|
|
 |
function IsIfThenValue: Boolean; |
|
|
 |
function FullMask: WideString; |
|
|
 |
function ParameterValueFor(const AParameter: WideString; const ADefaultValue: WideString = ''): WideString; |
|
|
Properties
 |
property ParameterString: WideString read GetParameterString write SetParameterString; |
|
|
 |
property Caption: WideString read GetCaption; |
|
|
 |
property MacroLeader: WideString read GetMacroLeader; |
|
|
 |
property Macro: WideString read FMacro write FMacro; |
|
|
 |
property Value: Variant read FValue write FValue; |
|
|
 |
property Parameters: TxomStringList read FParameters write FParameters; |
|
|
 |
property Enabled: Boolean read FEnabled write FEnabled; |
|
|
 |
property IsMacro: Boolean read FIsMacro write FIsMacro; |
|
|
 |
property PreText: WideString read FPreText write FPreText; |
|
|
 |
property PostText: WideString read FPostText write FPostText; |
|
|
Generated by PasDoc 0.15.0.
|