RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.tagSIZE Record
Pascal
tagSIZE = packed record
  cx: Longint;
  cy: Longint;
end;
C++
struct tagSIZE {
  Longint cx;
  Longint cy;
};

Types

This is record Types.tagSIZE.

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