FMX.ExtCtrls.TPopupBox

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.
The Items property can be used to define accelerator keys to items displayed in a pop-up list. You can use an ampersand &
character in strings defining items. At each moment can be used only the accelerator key set for an item currently shown in the TPopupBox control.
See Also
- FMX.Menus.TPopupMenu
- FMX.ExtCtrls.TPopupBox.Items
- FMX.ExtCtrls.TPopupBox.ItemIndex
- Using Accelerator Keys