Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TSetPropValue

Callback type for the OnSetPropValue callback event

Declaration

Source position: typinfo.pp line 1046

type TSetPropValue = procedure(

  Instance: TObject;

  PropInfo: PPropInfo;

  const Value: Variant

);

Description

The callback function must set the property with name PropName of instance Instance to Value.


Documentation generated on: Jul 24 2023