RAD Studio VCL Reference
|
Stores the value of a Variant that can be cleared when the data context is finished.
procedure AddVariantToClear(P: PVarData);
__fastcall AddVariantToClear(PVarData P);
Call AddVariantToClear to add a Variant to the list of temporary Variant values that TDataContext maintains. When the TDataContext instance is freed, it clears all the Variants in this list of temporary Variant values.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|