[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'TypInfo' (#rtl)

TSetPropValue

Callback type for the OnSetPropValue callback event

Declaration

Source position: typinfo.pp line 903

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: May 14 2021