Grid client borders
Less than 1 minute
Flexible adjustment of color and the presence of the border of the client area Grid
DBGridEh allows you to customize the color and display side border (Border) of the client area Grid.

Sub-properties of TDBGridEh.Border property:
Color: Boolean
Background color fringing.
Ctl3D: Boolean
Specifies that the line shall be drawn in 3D. Top and left border darker color. Bottom and right lighter.
EdgeBorders: TEdgeBorders
EdgeBorders property is set (set) that indicates which side of border drawn. A set can contain a combination of the following - ebLeft, ebTop, ebRight, ebBottom.
ExtendedDraw: Boolean
Use ExtendedDraw property to establish that border will be drawn through the inner grid instead by standard features of the functional Windows.
Color properties and EdgeBorders are taken into account only when ExtendedDraw = True.
Style: TBorderStyle
Style edging. It can take values bsNone and bsSingle.
