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