Vcl.DBCtrls.TCustomDBLookupComboBox.ListVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListVisible: Boolean read FListVisible;

C++

__property bool ListVisible = {read=FListVisible, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TCustomDBLookupComboBox

Description

Read-only property that indicates whether the list (TCustomDBLookupComboBox) is visible or not.

See Also