ToolsAPI.TKeyBindingRec

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TKeyBindingRec = record

C++

struct DECLSPEC_DRECORD TKeyBindingRec
{
public:
    System::Classes::TShortCut KeyCode;
    TKeyBindingProc KeyProc;
    void *Context;
    int Next;
    int Reserved;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
ToolsAPI.pas
ToolsAPI.hpp
ToolsAPI ToolsAPI

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !