StringGrid Object Properties
Name |
Description |
Action |
Specifies the action associated with the control. |
Align |
Determines how the control aligns within its container (parent control). |
AlignWithMargins |
Specifies whether a control should be constrained by margins. |
Anchors |
Specifies how the control is anchored to its parent. |
BevelEdges |
Specifies which edges of the control are beveled. |
BevelInner |
Specifies the cut of the inner bevel. |
BevelKind |
Specifies the control's bevel style. |
BevelOuter |
Specifies the cut of the outer bevel. |
BevelWidth |
Specifies the width of the inner and outer bevels. |
BiDiMode |
Specifies the bidirectional mode for the control. |
BorderStyle |
Determines whether a single line border is drawn around the grid. |
ColCount |
Specifies the number of columns in the grid. |
Color |
Specifies the background color of the control. |
Constraints |
Specifies the size constraints for the control. |
Ctl3D |
Determines whether a control has a three-dimensional (3-D) or two-dimensional look. |
Cursor |
Specifies the image used to represent the mouse pointer when it passes into the region covered by the control. |
CustomHint |
CustomHint is a custom hint for the control. |
DefaultColWidth |
Determines the width (in pixels) of all columns that have not been explicitly resized. |
DefaultDrawing |
Determines whether the Cells are painted when the grid is drawn. |
DefaultRowHeight |
Specifies the height (in pixels) of all rows that have not been explicitly resized. |
DoubleBuffered |
Determines whether the control's image is rendered directly to the window or painted to an in-memory bitmap first. |
DragCursor |
Specifies the image used to represent the mouse pointer when the control is being dragged. |
DragKind |
Specifies whether the control is being dragged normally or for docking. |
DragMode |
Specifies how the control initiates drag-and-drop or drag-and-dock operations. |
DrawingStyle |
Determines the style used when drawing the grid. |
Enabled |
Controls whether the control responds to mouse, keyboard, and timer events. |
FixedColor |
Specifies the background color of the fixed rows and columns in the grid. |
FixedCols |
Specifies the number of columns on the left of the grid that cannot be scrolled. |
FixedRows |
Specifies the number of rows on the top of the grid that cannot be scrolled. |
Font |
Specifies the attributes of text written on or in the control. |
GradientEndColor |
Determines the ending gradient color. |
GradientStartColor |
Determines the starting gradient color. |
GridLineWidth |
Specifies the width (in pixels) of the lines that separate the cells of the grid. |
Height |
Specifies the vertical size of the control in pixels. |
HelpContext |
The HelpContext property contains the numeric context ID that identifies the Help topic for the control. |
HelpKeyword |
The HelpKeyword property contains the keyword string that identifies the Help topic for the control. |
HelpType |
Specifies whether the control's context-sensitive Help topic is identified by a context ID or by keyword. |
Hint |
Hint contains the text string that appears when the user moves the mouse over the control. |
Left |
Specifies the horizontal coordinate of the left edge of a component relative to its parent. |
LoadFromCSV |
Loads grid from CSV data |
Margins |
Specifies the margins of the control. |
MouseInClient |
Indicates whether the mouse pointer is currently in the client area of the control. |
Name |
Specifies the name of the component as referenced in code. |
Options |
Specifies various display and behavioral properties of the grid. |
ParentBiDiMode |
Specifies whether the control uses its parent's BiDiMode. |
ParentColor |
Specifies where a control looks for its color information. |
ParentCtl3D |
Determines where a component looks to determine whether it should have a three-dimensional look. |
ParentCustomHint |
Specifies where a control looks for its custom hint. |
ParentDoubleBuffered |
ParentDoubleBuffered defers the DoubleBuffered property of this component to the value of the parent's DoubleBuffered property. |
ParentFont |
Specifies where a control looks for its font information. |
ParentShowHint |
Specifies where a control looks to find out if its Help Hint should be shown. |
PopupMenu |
Specifies the pop-up menu associated with the control. |
RowCount |
Specifies the number of rows in the grid. |
SaveToCSV |
Savest the grid to a CSV data string. |
ScrollBars |
Specifies whether the grid includes horizontal and vertical scroll bars. |
ShowHint |
ShowHint specifies whether to show the Help Hint when the mouse pointer moves over the control. |
TabOrder |
Indicates the position of the control in its parent's tab order. |
TabStop |
Determines whether the user can tab to a control. |
TabStops |
|
Tag |
Stores a NativeInt integral value as a part of a component. |
TBDockHeight |
Specifies the height of the control when it is docked vertically. |
Top |
Specifies the Y coordinate of the upper-left corner of a control, relative to its parent or containing control in pixels. |
Touch |
Touch specifies the touch manager component associated with the control. |
Visible |
Specifies whether the component appears onscreen. |
VisibleColCount |
Indicates the number of scrollable columns visible in the grid. |
VisibleRowCount |
Indicates the number of scrollable rows visible in the grid. |
Width |
Specifies the horizontal size of the control or form in pixels. |