API:Vcl.Forms.TCursorRec

From 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;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.