Vcl.Touch.Keyboard.TKeyCaptions.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(const AName: string; const ALanguage: string = '');

C++

void __fastcall Delete(const System::UnicodeString AName, 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

Deletes an element from the Items list.

Use Delete to delete an element from the Items list.

The element to be deleted is identified by the AName and ALanguage parameters. ALanguage is optional and defaults to the empty string .

See Also