| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Callback type for the OnSetPropValue callback event
Source position: typinfo.pp line 903
type TSetPropValue = procedure(  | 
Instance: TObject;  | 
PropInfo: PPropInfo;  | 
const Value: Variant  | 
);  | 
The callback function must set the property with name PropName of instance Instance to Value.