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 1370

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: Jan 30 2024