Unit 'Variants' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TAnyProc

Callback handler to clear variants of type Any.

Declaration

Source position: variants.pp line 264

type TAnyProc = procedure(

  var V: tvardata

);

Arguments

V

  

Variant on which to perform operation.

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

ClearAnyProc

  

Procedure called to clear a variant.

ChangeAnyProc

  

Not used.

RefAnyProx


Documentation generated on: Jul 24 2023