[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'typinfo' (#rtl) |
Callback type for the OnSetPropValue callback event
Source position: typinfo.pp line 293
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.
No notes exist for this page yet.