RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameterCollection.IsSynchronized Property

Returns a Boolean indicating whether or not the collection is synchronized and therefore thread-safe.

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

Synchronization of a collection, list, array, or hashtable object ensures that the object is thread-safe, meaning that it is safe from being modified by another thread. The Boolean returned by IsSynchronized is True if the parameter collection is synchronized and False if it is not. 

 

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