TcxBorders Type
A set of individual borders of a rectangular frame or outline.
Declaration
TcxBorders = set of TcxBorder;
Referenced Class
Type | Description |
---|---|
TcxBorder | The current set of individual borders of a rectangular frame or outline. |
Remarks
A TcxBorders
value can include the following flags in any combination:
Value | Description |
---|---|
bLeft | Defines a left (vertical) border of a rectangle (cell). |
bTop | Defines a top (horizontal) border of a rectangle (cell). |
bRight | Defines a right (vertical) border of a rectangle (cell). |
bBottom | Defines a bottom (horizontal) border of a rectangle (cell). |
See Also