[Overview][Constants][Types][Classes][Procedures and functions] |
Callback type for the OnSetPropValuecallback event
Source position: typinfo.pp line 292
type TSetPropValue = procedure( |
Instance: TObject; |
const PropName: String; |
const Value: Variant |
); |
The callback function must set the property with name PropNameof instance Instanceto Value.