[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Drawing style used for the borders on the control.
Source position: grids.pas line 1225
protected property TCustomGrid.BorderStyle : TBorderStyle |
BorderStyle is a TBorderStyle property with the drawing style used for the borders around the control. BorderStyle uses a restricted range of values found in TFormBorderStyle: a single border (bsSingle) or none (bsNone). Changing the property value causes UpdateBorderStyle to be called.
Use EditorBorderStyle to set the border drawing style for cell Editor controls on the grid.
BorderStyle is used in the ancestor class to determine the creation parameters passed to the widgetset class instance.
|
Updates the border style used for the control. |
|
|
Possible types of borders (with or without border). |
|
|
Represents border styles available for a Form. |
|
|
Indicates the border style displayed around the control. |
Version 4.0 | Generated 2025-05-03 | Home |