[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Grids' (#lcl)

TStringGrid

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TStringGrid - a specialised grid for displaying strings (text material) in a matrix of columns and rows

Declaration

Source position: grids.pas line 1373

type TStringGrid = class(TCustomStringGrid)

public

  property Modified;

  

published

  property Align;

  

  property AlternateColor;

  

  property Anchors;

  

  property AutoAdvance;

  

  property AutoEdit;

  

  property AutoFillColumns;

  

  property BorderSpacing;

  

  property BorderStyle;

  

  property Color;

  

  property ColCount;

  

  property Columns;

  

  property DefaultColWidth;

  

  property DefaultDrawing;

  

  property DefaultRowHeight;

  

  property DragCursor;

  property DragKind;

  property DragMode;

  property Enabled;

  

  property ExtendedSelect;

  property FixedColor;

  

  property FixedCols;

  

  property FixedRows;

  

  property Flat;

  

  property Font;

  

  property GridLineWidth;

  

  property HeaderHotZones;

  

  property HeaderPushZones;

  

  property Options;

  

  property ParentColor;

  property ParentFont;

  property ParentShowHint;

  

  property PopupMenu;

  

  property RowCount;

  

  property ScrollBars;

  

  property ShowHint;

  

  property TabOrder;

  

  property TabStop;

  

  property TitleFont;

  

  property TitleStyle;

  

  property UseXORFeatures;

  property Visible;

  

  property VisibleColCount;

  

  property VisibleRowCount;

  

  property OnBeforeSelection;

  

  property OnChangeBounds;

  

  property OnClick;

  

  property OnColRowDeleted;

  

  property OnColRowExchanged;

  

  property OnColRowInserted;

  

  property OnColRowMoved;

  

  property OnCompareCells;

  

  property OnDragDrop;

  property OnDragOver;

  property OnDblClick;

  

  property OnDrawCell;

  

  property OnEditButtonClick;

  

  property OnEditingDone;

  

  property OnEndDock;

  property OnEndDrag;

  property OnEnter;

  

  property OnExit;

  

  property OnGetEditMask;

  

  property OnGetEditText;

  

  property OnHeaderClick;

  

  property OnHeaderSized;

  

  property OnKeyDown;

  

  property OnKeyPress;

  

  property OnKeyUp;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnMouseWheelDown;

  

  property OnMouseWheelUp;

  

  property OnPickListSelect;

  

  property OnPrepareCanvas;

  

  property OnResize;

  

  property OnSelectEditor;

  

  property OnSelection;

  

  property OnSelectCell;

  

  property OnSetEditText;

  

  property OnShowHint;

  

  property OnStartDock;

  property OnStartDrag;

  property OnTopLeftChanged;

  

  property OnUTF8KeyPress;

  property OnContextPopup;

end;

Inheritance

TStringGrid

  

TStringGrid - a specialised grid for displaying strings (text material) in a matrix of columns and rows

|

TCustomStringGrid

  

TCustomStringGrid - base class for TStringGrid

|

TCustomDrawGrid

  

TCustomDrawGrid - Base Class for drawn grids including TDrawGrid and TStringGrid

|

TCustomGrid

  

TCustomGrid - the base class for all grid controls

|

TCustomControl

  

TCustomControl - a base class for many window controls

|

TWinControl

  

The base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject

See also

HowToUseGrids

  

How to use Grids including StringGrids, DrawGrids and DbGrids

The latest version of this document can be found at lazarus-ccr.sourceforge.net.