Vcl.Graphics.TCursorOrIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TCursorOrIcon = record
    Reserved: Word;
    wType: Word;
    Count: Word;
  end;

C++

struct DECLSPEC_DRECORD TCursorOrIcon
{
public:
    System::Word Reserved;
    System::Word wType;
    System::Word Count;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!