Open main menu

RAD Studio API Documentation β

FMX.ListBox.TCustomComboBox.Popup

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