System.Variants.TAnyProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (*TAnyProc)(TVarData &V);

Properties

Type Visibility Source Unit Parent
typedef public System.Variants.hpp System.Variants System.Variants

Description

TAnyProc represents a pointer to a procedure that accepts a parameter of type TVarData.

Declare variables of type TAnyProc to accept any procedure that has a single parameter of type TVarData. TAnyProc is primarily used in the Variants unit to support custom processing for Variants of type varAny.

See Also