Online Documentation for Advanced Localizer for RAD Studio VCL

TQPropProcessingEvent type


Unit

QFormLocal

 

Declaration

type TQPropProcessingEvent = procedure(Sender: TObject; Obj: TPersistent; const PropName: 

stringvar NewValue: stringvar 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:

OnPropertyLocalizing event

OnPropertySaving event

TQPropProcessedEvent type