FMX.ListBox.TCustomComboBox.Popup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Popup: TPopup read FPopup;

C++

__property Fmx::Controls::TPopup* Popup = {read=FPopup};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

Gets the pop-up window that is used as a holder for the drop-down list.

See Also