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

TDrawGrid

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

TDrawGrid - a drawn grid. May contain images in its cells

Declaration

Source position: grids.pas line 1186

type TDrawGrid = class(TCustomDrawGrid)

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 OnClick;

  

  property OnColRowDeleted;

  

  property OnColRowExchanged;

  

  property OnColRowInserted;

  

  property OnColRowMoved;

  

  property OnCompareCells;

  

  property OnDblClick;

  

  property OnDrawCell;

  

  property OnEditButtonClick;

  

  property OnEditingDone;

  

  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 OnSelectEditor;

  

  property OnSelection;

  

  property OnSelectCell;

  

  property OnSetEditText;

  

  property OnTopleftChanged;

  

  property OnContextPopup;

  property OnDragDrop;

  

  property OnDragOver;

  

  property OnEndDock;

  property OnEndDrag;

  

  property OnStartDock;

  property OnStartDrag;

  

  property OnUTF8KeyPress;

end;

Inheritance

TDrawGrid

  

TDrawGrid - a drawn grid. May contain images in its cells

|

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.