FMX.ExtCtrls.TPopupBox

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCustomButtonFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTPopupBox

Delphi

TPopupBox = class(TCustomButton)

C++

class PASCALIMPLEMENTATION TPopupBox : public Fmx::Stdctrls::TCustomButton

Properties

Type Visibility Source Unit Parent
class public
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls FMX.ExtCtrls

Description

Represents a single-line text box that, when clicked, displays a pop-up menu.

Use TPopupBox to add to the form a single-line text box that, when clicked, displays a TPopupMenu. Use Items to handle the items of the pop-up menu.

ItemIndex specifies the menu item that is displayed in the text box of the TPopupBox.

See Also

Code Examples