RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TCursorOrIcon Record
Pascal
TCursorOrIcon = packed record
  Reserved: Word;
  wType: Word;
  Count: Word;
end;
C++
struct TCursorOrIcon {
  Word Reserved;
  Word wType;
  Word Count;
};

This is record Graphics.TCursorOrIcon.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!