Online Documentation for Advanced Localizer for RAD Studio VCL

TQLangChangingEvent type


Unit

QLocal

 

Declaration

type TQLangChangingEvent = procedure(Sender: TObject; LanguageIndex: integervar AllowChange: boolean); of object;

 

Description

 

The TQLanguageEvent type is the OnLanguageChanging event type for the TQCustomLocalizer and TQCustomLanguageSource components.

 

LanguageIndex variable defines the language to change.

If AllowChange is true, then the language will be changed. Set it to false to forbid changing.

 


See also:

OnLanguageChanging

OnLanguageChanging