RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TCursorRec Record
Pascal
TCursorRec = record
  Next: PCursorRec;
  Index: Integer;
  Handle: HCURSOR;
end;
C++
struct TCursorRec {
  PCursorRec Next;
  int Index;
  HCURSOR Handle;
};

Forms

This is record Forms.TCursorRec.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!