RefAnyProc

Handler called to obtain a reference to a varAny typed variant

Declaration

Source position: variants.pp line 289

var
  RefAnyProc : TAnyProc;

Description

RefAnyProc is called when the system needs to obtain a reference to a variant of type varAny. it must replace the variant with a reference to the variant.

See also

Name Description
ChangeAnyProc Not used
TAnyProc Callback handler to clear variants of type Any
VarDispProc Handler called by DispInvoke