_VarToDynArray is used internally by the Delphi compiler.
procedure _VarToDynArray(var DynArray: Pointer; const V: TVarData; TypeInfo: Pointer);
_VarToDynArray(void * DynArray, const TVarData V, void * TypeInfo);
Do not call _VarToDynArray directly. The Delphi compiler automatically inserts calls to this function whenever appropriate.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|