RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.TAnyProc Type

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

Pascal
TAnyProc = procedure (var V: TVarData);
C++
(var V: TVarData) ( TAnyProc)();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!