RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupComboBox.ListVisible Property

Specifies whether the lookup list is open or "dropped-down".

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

Read ListVisible to determine whether the list of lookup values is currently in the open (dropped-down) position. If ListVisible is true, the list is open; if ListVisible is false, the list is closed. 

 

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