RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupControl.ListActive Property

Indicates whether the ListFields property is currently being updated.

Pascal
property ListActive: Boolean;
C++
__property Boolean ListActive;

ListActive is used internally to prevent the lookup control from attempting to use its data-aware properties while it is in the middle of an update. While refreshing the ListFields cache to reflect the current fields in the dataset, ListActive is false. At all other times, ListActive is true. 

 

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