Vcl.Touch.Keyboard.TKeyCaptions.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(const AName, AValue: string; const ALanguage: string = '');

C++

void __fastcall Add(const System::UnicodeString AName, const System::UnicodeString AValue, const System::UnicodeString ALanguage = System::UnicodeString());

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TKeyCaptions

Description

Adds a new element to the Items list.

Use Add to add a new element to the Items list.

The AName, AValue, and ALanguage parameters are used to create a new TKeyCaption element, which is added to the Items list.

Note: AName is the only necessary parameter; AValue and ALanguage are optional and default to the empty string .

See Also