[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TDrawGrid - a drawn grid. May contain images in its cells
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; |
|
TDrawGrid - a drawn grid. May contain images in its cells |
|
| | ||
|
TCustomDrawGrid - Base Class for drawn grids including TDrawGrid and TStringGrid |
|
| | ||
|
TCustomGrid - the base class for all grid controls |
|
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
|
The base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |
|
How to use Grids including StringGrids, DrawGrids and DbGrids |
lazarus-ccr.sourceforge.net |