| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Callback handler to clear variants of type Any
Source position: variants.pp line 264
type TAnyProc = procedure(  | 
var V: TVarData  | 
);  | 
V  | 
  | 
Variant on which to perform operation  | 
TAnyProc is the type for the ClearAnyProc, ChangeAnyProc and RefAnyProx callbacks. It accepts a reference to a variant record. The operation to be performed depends on the callback.
  | 
Procedure called to clear a variant  | 
|
  | 
Not used  | 
|
RefAnyProx  |