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

TSetVariantProp

Callback type for the OnSetVariantProp callback event

Declaration

Source position: typinfo.pp line 352

type TSetVariantProp = procedure(

  Instance: TObject;

  PropInfo: PPropInfo;

  const Value: Variant

);

Description

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

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