API:Vcl.Forms.TCursorRec

De RAD Studio API Documentation

Delphi

  TCursorRec = record
    Next: PCursorRec;
    Index: Integer;
    Handle: HCURSOR;
  end;

C++

struct DECLSPEC_DRECORD TCursorRec
{
public:
    TCursorRec *Next;
    int Index;
    HICON Handle;
};

Propriétés

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

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 !