Online Documentation for Advanced Localizer for RAD Studio VCL
TQLangChangingEvent type
Unit
Declaration
type TQLangChangingEvent = procedure(Sender: TObject; LanguageIndex: integer; var 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: