[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fptemplate.pp line 48
type TTemplateParser = class(TObject) |
public |
constructor Create; |
destructor Destroy; override; |
procedure Clear; |
function ReplaceTag(); |
function GetParam(); |
procedure GetTagParams(); |
function ParseString(); |
function ParseStream(); |
procedure ParseStrings(); |
procedure ParseFiles(); |
property OnGetParam: TGetParamEvent; [rw] |
property OnReplaceTag: TReplaceTagEvent; [rw] |
property StartDelimiter: TParseDelimiter; [rw] |
property EndDelimiter: TParseDelimiter; [rw] |
property ParamStartDelimiter: TParseDelimiter; [rw] |
property ParamEndDelimiter: TParseDelimiter; [rw] |
property ParamValueSeparator: TParseDelimiter; [rw] |
property Values []: string; [rw] |
property ValuesByIndex []: string; [r] |
property NamesByIndex []: string; [r] |
property ValueCount: Integer; [r] |
property Recursive: Boolean; [rw] |
property AllowTagParams: Boolean; [rw] |
end; |
| |
TObject |