Class TTemplateActionMeta
Unit
multipagetemplate
Declaration
type TTemplateActionMeta = class(TTemplateAction)
Description
no description available, TTemplateAction description follows
Internal used base class for an action within the multi page template
Hierarchy
Overview
Fields
 |
description: string; |
 |
variables: array of record
name: string;
hasDef: boolean;
def: string;
description: string;
end; |
Methods
Description
Fields
 |
description: string; |
|
 |
variables: array of record
name: string;
hasDef: boolean;
def: string;
description: string;
end; |
|
Methods
 |
procedure initFromTree(t: TTreeNode); override; |
|
Generated by PasDoc 0.14.0.
|