RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.PackVarCreation Variable

Specifies whether space-efficient System::Variant Types are preferred.

Pascal
PackVarCreation: Boolean = True;
C++
Boolean PackVarCreation = True;

PackVarCreation controls the way System::Variant Types are chosen for newly-created Variants. If PackVarCreation is true (default), a new System::Variant has the smallest possible System::Variant Type. If PackVarCreation is false, a new System::Variant has the System::Variant Type that minimizes execution time. 

 

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