Online Documentation for Advanced Localizer for RAD Studio VCL

TQPropProcessedEvent type


Unit

QFormLocal

 

Declaration

type TQPropProcessedEvent = procedure(Sender: TObject; Obj: TPersistent; const PropName, Value: string); of object;

 

Description

 

The TQPropProcessedEvent type is the type of the OnPropertyLocalized and OnPropertySaved events. This type is similar to the TQPropProcessingEvent type, but it has no Allow variable.

 


See also:

OnPropertyLocalized event

OnPropertySaved event

TQPropProcessingEvent type