Unit 'DBGrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDBGrid

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

Declaration

Source position: dbgrids.pas line 566

type TDBGrid = class(TCustomDBGrid)

public

  property BorderColor: TColor;

  

  property Canvas: TCanvas;

  

  property DefaultTextStyle: TTextStyle;

  

  property EditorBorderStyle: TBorderStyle;

  

  property EditorMode: Boolean;

  

  property ExtendedColSizing: Boolean;

  

  property FastEditing: Boolean;

  

  property FocusColor: TColor;

  

  property FocusRectVisible: Boolean;

  

  property GridLineColor: TColor;

  

  property GridLineStyle: TPenStyle;

  

  property InplaceEditor: TWinControl;

  

  property SelectedColor: TColor;

  

  property SelectedRows: TBookmarkList;

  

  property OnRowMoved: TMovedEvent;

  

published

  property Align: TAlign;

  

  property AlternateColor: TColor;

  

  property Anchors: TAnchors;

  

  property AutoAdvance: TAutoAdvance;

  

  property AutoEdit: Boolean;

  

  property AutoFillColumns: Boolean;

  

  property BiDiMode: TBiDiMode;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property BorderStyle: TBorderStyle;

  

  property CellHintPriority: TCellHintPriority;

  

  property Color: TColor;

  

  property ColRowDraggingCursor: TCursor;

  

  property ColRowDragIndicatorColor: TColor;

  

  property ColSizingCursor: TCursor;

  

  property Columns: TDBGridColumns;

  

  property Constraints: TSizeConstraints;

  

  property DataSource: TDataSource;

  

  property DefaultDrawing: Boolean;

  

  property DefaultRowHeight: Integer;

  

  property DoubleBuffered: Boolean;

  

  property DragCursor: TCursor;

  

  property DragMode: TDragMode;

  

  property Enabled: Boolean;

  

  property FixedColor: TColor;

  

  property FixedCols: Integer;

  

  property FixedHotColor: TColor;

  

  property Flat: Boolean;

  

  property Font: TFont;

  

  property HeaderHotZones: TGridZoneSet;

  

  property HeaderPushZones: TGridZoneSet;

  

  property Options: TDbGridOptions;

  

  property Options2: TGridOptions2;

  

  property OptionsExtra: TDbGridExtraOptions;

  

  property ParentBiDiMode: Boolean;

  

  property ParentColor: Boolean;

  

  property ParentDoubleBuffered: Boolean;

  

  property ParentFont: Boolean;

  

  property PopupMenu: TPopupMenu;

  

  property ReadOnly: Boolean;

  

  property Scrollbars: TScrollStyle;

  

  property ShowHint: Boolean;

  

  property TabAdvance: TAutoAdvance;

  

  property TabOrder: TTabOrder;

  

  property TabStop: Boolean;

  

  property TitleFont: TFont;

  

  property TitleImageList: TImageList;

  

  property TitleStyle: TTitleStyle;

  

  property UseXORFeatures: Boolean;

  

  property Visible: Boolean;

  

  property OnCellClick: TDBGridClickEvent;

  

  property OnColEnter: TNotifyEvent;

  

  property OnColExit: TNotifyEvent;

  

  property OnColumnMoved: TMovedEvent;

  

  property OnColumnSized: TNotifyEvent;

  

  property OnContextPopup: TContextPopupEvent;

  

  property OnDrawColumnCell: TDrawColumnCellEvent;

  

  property OnDrawColumnTitle: TDrawColumnCellEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnEditButtonClick: TNotifyEvent;

  

  property OnEditingDone: TNotifyEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  property OnEnter: TNotifyEvent;

  

  property OnExit: TNotifyEvent;

  

  property OnFieldEditMask: TGetDbEditMaskEvent;

  

  property OnGetCellHint: TDbGridCellHintEvent;

  

  property OnKeyDown: TKeyEvent;

  

  property OnKeyPress: TKeyPressEvent;

  

  property OnKeyUp: TKeyEvent;

  

  property OnMouseDown: TMouseEvent;

  

  property OnMouseEnter: TNotifyEvent;

  

  property OnMouseLeave: TNotifyEvent;

  

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseUp: TMouseEvent;

  

  property OnMouseWheel: TMouseWheelEvent;

  

  property OnMouseWheelDown: TMouseWheelUpDownEvent;

  

  property OnMouseWheelUp: TMouseWheelUpDownEvent;

  

  property OnPrepareCanvas: TPrepareDbGridCanvasEvent;

  

  property OnSelectEditor: TDbGridSelEditorEvent;

  

  property OnStartDrag: TStartDragEvent;

  

  property OnTitleClick: TDBGridClickEvent;

  

  property OnUserCheckboxBitmap: TDbGridCheckBoxBitmapEvent;

  

  property OnUserCheckboxImage: TUserCheckBoxImageEvent;

  

  property OnUserCheckboxState: TDbGridCheckboxStateEvent;

  

  property OnUTF8KeyPress: TUTF8KeyPressEvent;

  

end;

Inheritance

TDBGrid

  

|

TCustomDBGrid

  

|

TCustomGrid

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio