TcxBorders Type
In This Article
A set of individual borders of a rectangular frame or outline.
#Declaration
Delphi
TcxBorders = set of TcxBorder;
#Referenced Class
Type | Description |
---|---|
Tcx |
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 |
---|---|
b |
Defines a left (vertical) border of a rectangle (cell). |
b |
Defines a top (horizontal) border of a rectangle (cell). |
b |
Defines a right (vertical) border of a rectangle (cell). |
b |
Defines a bottom (horizontal) border of a rectangle (cell). |
See Also