FMX.StdActns.TVirtualKeyboard

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdActns.TObjectViewActionFMX.ActnList.TCustomViewActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentTVirtualKeyboard

Delphi

TVirtualKeyboard = class(TObjectViewAction)

C++

class PASCALIMPLEMENTATION TVirtualKeyboard : public TObjectViewAction

Properties

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

Description

Represents the on-screen keyboard.

To display the on-screen keyboard, which is given through the TVirtualKeyboard component, do the following steps:

  1. Add a TActionList and a TButton to the form.
  2. Double-click the TActionList to open the Action List editor.
  3. Click the arrowhead beside the New icon, select New Standard Action > Edit > TVirtualKeyboard, and click OK.
  4. In the Object Inspector, set the Action property of the TButton to be the TVirtualKeyboard you just added to the TActionList.
  5. Run the project.

The type of the TVirtualKeyboard is set by the KeyboardType component.

See Also