![]() |
![]() ![]() ![]() |
TextTemplateConverter component.
|
property IgnoreCaseOfParams: Boolean; // True by default
|
The IgnoreCaseOfParams property controls whether the component should ignore the case of character on convertion, when it checks the text for the keywords described in Name property of Params collection.
|
|
Set IgnoreCaseOfParams to True, and Convert method will replace the keywords with their values independently of case of characters, so the keyword like %kEyWoRd% is the same as %Keyword%. Otherwise, set it to False and the Convert method will find only keywords with the same charcase as specified in the Name properties of Params items.
|
Params property;
|
Convert method.
|