Extract tag parameters from a tag name.
Source position: fptemplate.pp line 85
public procedure TTemplateParser.GetTagParams( |
var TagName: string; |
var TagParams: TStringList |
); |
TagName |
|
The name of the tag. |
TagParams |
|
The list of tag parameters. |
GetTagParams will extract any tag parameters from the tag name TagName and return them in the TagParams stringlist. The tag name itself is also adapted.