FMX.ListBox.TListBoxSelector.TKeyAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TKeyAction = (Move, Toggle);

C++

enum class DECLSPEC_DENUM TKeyAction : unsigned char { Move, Toggle };

Properties

Type Visibility Source Unit Parent
enum public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector

Description

Keyboard selection action type.

Possible values are:

  • Move: One of the arrow keys is clicked.
  • Toggle: The spacebar is clicked.

See Also