Online Documentation for Advanced Localizer for RAD Studio VCL
TQPropProcessingEvent type
Unit
Declaration
type TQPropProcessingEvent = procedure(Sender: TObject; Obj: TPersistent; const PropName:
string; var NewValue: string; var Allow: boolean); of object;
Description
The TQPropProcessingEvent type is the type of the OnPropertyLocalizing and OnPropertySaving events. Use the following variables to process this event:
Component - the form component, containing the localized property;
PropName - the name of the localized property;
Value - the property value;
Allow - if it is true, the property will be localized (saved). You can set it to false to forbid localizing (saving).
See also: