texttemplateconverter IgnoreCaseOfParams property
Return to Introduction  Previous page  Next page
Applies to
TextTemplateConverter component.  

Declaration
property IgnoreCaseOfParams: Boolean; // True by default  

Description
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.  

See also
Params property;  
Convert method.  
File not found.