Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxBorders Type

A set of individual borders of a rectangular frame or outline.

#Declaration

Delphi
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