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