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

TSetVariantProp

Callback type for the OnSetVariantPropcallback event

Declaration

Source position: typinfo.pp line 294

type TSetVariantProp = procedure(

  Instance: TObject;

  PropInfo: PPropInfo;

  const Value: Variant

);

Description

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