Vcl.Touch.Keyboard.TCustomKeyboardButton.Down

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Down: Boolean read FDown write FDown;

C++

__property bool Down = {read=FDown, write=FDown, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

Description

Specifies whether an instance of the TCustomKeyboardButton class is down (pressed).

Use Down to get or modify the down value of a TCustomKeyboardButton instance. In other words, Down is used either to check whether the button is pressed or not, or to set it to the pressed or unpressed state.

See Also