RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameterCollection.IsFixedSize Property

Returns a Boolean indicating whether the collection object has a fixed size or whether it is automatically expanding to accommodate addition of new items.

Pascal
property IsFixedSize: bool;
C++
__property bool IsFixedSize;

By default, .NET collection objects are dynamically allocated and automatically expand to accommodate new members. You can set a limit on the size, which can improve performance. The Boolean returned by IsFixedSize is True if the parameter is a fixed size and False if it is variable. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!