FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TSmallRect Record

This record is for internal use.

Pascal
TSmallRect = packed record
  Left: SmallInt;
  Top: SmallInt;
  Right: SmallInt;
  Bottom: SmallInt;
end;
C++
struct TSmallRect {
  SmallInt Left;
  SmallInt Top;
  SmallInt Right;
  SmallInt Bottom;
};
Members 
Description 
Left: SmallInt; 
Internal use.  
Top: SmallInt; 
Internal use.  
Right: SmallInt; 
Internal use.  
Bottom: SmallInt; 
Internal use.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!