TRVTableBorderStyle Type

<< Click to display table of contents >>

TRVTableBorderStyle Type

Unit [VCL/FMX] RVTable / fmxRVTable;

type

  TRVTableBorderStyle =

    (rvtbRaised, rvtbLowered, rvtbColor, 

     rvtbRaisedColor, rvtbLoweredColor);

Defines style of border in table. This is a type of BorderStyle and CellBorderStyle properties of table.

Value

Meaning

rvtbRaised

Raised 3d border, with default colors.

rvtbLowered

Sunken 3d border, with default colors.

rvtbColor

Flat border of BorderColor/CellBorderColor color.

rvtbRaisedColor

Raised 3d border:

left and top sides: BorderLightColor/CellBorderLightColor;

bottom and right sides: BorderColor/CellBorderColor).

rvtbLoweredColor

Sunken 3d border:

left and top sides: BorderColor/CellBorderColor);

bottom and right sides: BorderLightColor/CellBorderLightColor).

See also

Colors and layout of tables