System.Types.TSplitRectType
Delphi
TSplitRectType = (
srLeft,
srRight,
srTop,
srBottom
);
C++
enum DECLSPEC_DENUM TSplitRectType : unsigned char { srLeft, srRight, srTop, srBottom };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | System.Types.pas System.Types.hpp  | 
        System.Types | System.Types | 
Description
TSplitRectType specifies which rectangle side is used when splitting a rectangle.
Use TSplitRectType to specify which side to use splitting a rectangle.
| Value | Meaning | 
|---|---|
| 
 srLeft  | 
 Left side.  | 
| 
 srRight  | 
 Right side.  | 
| 
 srTop  | 
 Top side.  | 
| 
 srBottom  | 
 Bottom side.  |