Online Documentation for Advanced Localizer for RAD Studio VCL

FormSection property


Applies to

TQCustomLanguageSource component

 

Declaration

property FormSection: string;

 

Description

 

The FormSection property determines the current section of the language file. This property is used only when localizing properties, taken from some definite form, e.g. some properties of the form components, etc. The methods, used for processing this property - GetFormSection and SetFormSection can be overridden in the descendant classes. Thus you can define the way of processing this property yourself.

 


See also:

LanguageValue property

Localize method

Save method