TAnyProc
Callback handler to clear variants of type Any
Declaration
Source position: variants.pp line 264
Type
TAnyProc = procedure(var V: tvardata)
Description
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.
See also
Name | Description |
---|---|
ChangeAnyProc | Not used |
ClearAnyProc | Procedure called to clear a variant |
RefAnyProx |