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

TGetVariantProp

Callback type for the OnGetVariantPropcallback event

Declaration

Source position: typinfo.pp line 293

type TGetVariantProp = function(

  Instance: TObject;

  PropInfo: PPropInfo

):Variant;

Description

The callback function must return the variant property with name PropNameof instance Instance.