Skip to main content

TcxBorder Enum

Enumerates borders of a rectangular frame or outline.

Declaration

TcxBorder = (
    bLeft,
    bTop,
    bRight,
    bBottom
);

Members

Name Description
bLeft

A left (vertical) border of a rectangle (cell).

bTop

A top (horizontal) border of a rectangle (cell).

bRight

A right (vertical) border of a rectangle (cell).

bBottom

A bottom (horizontal) border of a rectangle (cell).

Remarks

The TcxBorders type references the TcxBorder type.

See Also