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