Vcl.Touch.Keyboard.TKeyCaptions.KeyCaption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function KeyCaption(const AName, AValue, ALanguage: string): TKeyCaption;

C++

TKeyCaption __fastcall KeyCaption(const System::UnicodeString AName, const System::UnicodeString AValue, const System::UnicodeString ALanguage);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TKeyCaptions

Beschreibung

Gibt einen TKeyCaption-Datensatz zurück.

Verwenden Sie KeyCaption, um ein TKeyCaption aus den AName-, AValue-, und ALanguage-Stringwerten zu erhalten.

Siehe auch