Vcl.Touch.Keyboard.TCustomKeyboardButton.ID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ID: Integer read FID write FID;

C++

__property int ID = {read=FID, write=FID, nodefault};

Properties

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

Description

Specifies a unique identifier for a TCustomKeyboardButton button.

The ID is assigned by the VCL Touch framework to uniquely identify the button.

See Also