[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 350

type TSetPropValue = procedure(

  Instance: TObject;

  const PropName: String;

  const Value: Variant

);

Description

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.