Types
Contents |
Delphi Information
Array
| TBooleanDynArray |
TBooleanDynArray defines an array of Boolean elements. |
| TByteDynArray |
Defines an array of byte elements. |
| TCardinalDynArray |
TCardinalDynArray defines an array of Cardinal elements. |
| TDoubleDynArray |
TDoubleDynArray defines an array of Double elements. |
| TInt64DynArray |
TInt64DynArray defines an array of Int64 elements. |
| TIntegerDynArray |
Defines an array of integer elements. |
| TLongWordDynArray |
TLongWordDynArray defines an array of LongWord elements. |
| TShortIntDynArray |
TShortIntDynArray defines an array of ShortInt elements. |
| TSingleDynArray |
TSingleDynArray defines an array of Single elements. |
| TSmallIntDynArray |
TSmallIntDynArray defines an array of SmallInt elements. |
| TStringDynArray |
TStringDynArray defines an array of String elements. |
| TWideStringDynArray |
TWideStringDynArray defines an array of WideString elements. |
| TWordDynArray |
TWordDynArray defines an array of Word elements. |
Const
| Constants |
Enum
| TSplitRectType |
TSplitRectType specifies which rectangle sides are used when splitting a rectangle. |
Function
| Bounds |
Returns the TRect for a rectangle of given dimensions. |
| CenterPoint |
Returns the point in the center of a rectangle. |
| CenteredRect |
Creates a centered rectangle. |
| EqualRect |
Indicates whether two TRect values are the same. |
| IntersectRect |
Returns the intersection of two rectangles |
| IsRectEmpty |
Indicates wither a specified rectangle has a positive width and height. |
| OffsetRect |
Changes the origin of a rectangle by a specified amount. |
| Point |
Creates a TPoint structure from a pair of coordinates. |
| PtInCircle |
Indicates whether a specified point lies inside a specified circle. |
| PtInRect |
Indicates whether a specified point lies inside a specified rectangle. |
| Rect |
Creates a TRect structure from a set of coordinates. |
| RectHeight |
Returns the vertical size of the rectangle. |
| RectWidth |
Specifies the horizontal size of the rectangle. |
| SmallPoint |
Creates a TSmallPoint structure from a pair of coordinates. |
| SplitRect |
Returns a rectangle made of an old one, with a splitting rule applied. |
| UnionRect |
Returns the union of two rectangles |
Pointer
| PByte |
PByte is a pointer to a Byte variable. |
| PDouble |
PDouble is a pointer to a Double variable. |
| PInteger |
PInteger is a pointer to a Integer variable. |
| PLongint |
PLongint is a pointer to a LongInt variable. |
| PPoint | |
| PRect | |
| PSize | |
| PSmallInt |
Is a pointer to a SmallInt. |
| PSmallPoint |
Defines a pointer to a point in a small plane. |
Struct
| SIZE |
Represents an alias to a record holding width and height values. |
| TPoint |
TPoint type defines a pixel location onscreen. |
| TRect |
TRect defines a rectangle. |
| TSize |
TSize represents a width and height. |
| TSmallPoint |
TSmallPoint type defines a point with two 16-bit coordinates. |
| tagPOINT |
Represents an alias for TPoint. |
| tagSIZE |
tagSIZE is a record holding width and height values. |
Type
| DWORD |
DWORD is equivalent to LongWord. |
| TValueRelationship |
TValueRelationship defines value comparison possibilities. |
C++ Information
Class
| TPoint |
TPoint type defines a pixel location onscreen. |
| TRect |
TRect defines a rectangle. |
| TSmallPoint |
TSmallPoint type defines a point with two 16-bit coordinates. |
Enum
| TSplitRectType |
TSplitRectType specifies which rectangle sides are used when splitting a rectangle. |
Function
| CenterPoint |
Returns the point in the center of a rectangle. |
| CenteredRect |
Creates a centered rectangle. |
| EqualRect |
Indicates whether two TRect values are the same. |
| IntersectRect |
Returns the intersection of two rectangles |
| IsRectEmpty |
Indicates wither a specified rectangle has a positive width and height. |
| OffsetRect |
Changes the origin of a rectangle by a specified amount. |
| PtInCircle |
Indicates whether a specified point lies inside a specified circle. |
| PtInRect |
Indicates whether a specified point lies inside a specified rectangle. |
| RectHeight |
Returns the vertical size of the rectangle. |
| RectWidth |
Specifies the horizontal size of the rectangle. |
| SmallPoint |
Creates a TSmallPoint structure from a pair of coordinates. |
| SplitRect |
Returns a rectangle made of an old one, with a splitting rule applied. |
| UnionRect |
Returns the union of two rectangles |
Typedef
| PPoint | |
| PRect | |
| PSize | |
| PSmallPoint |
Defines a pointer to a point in a small plane. |
| TSize |
TSize represents a width and height. |
| TValueRelationship |
TValueRelationship defines value comparison possibilities. |
| tagPoint | Types.tagPoint |