Class TBitDBGrid (unit bdbgrid)

Inherits from

TDBGrid

Constructors


constructor Create(AOwner : TComponent);

Protected declarations

brush origin tics in painting / scrolling.



Functions

destructor Destroy;


procedure DrawCell(ACol, ARow: Longint; ARect: TRect; AState: TGridDrawState);


procedure MouseDown(Button: TMouseButton; Shift: TShiftState; X, Y: Integer);


procedure MouseUp(Button: TMouseButton; Shift: TShiftState; X, Y: Integer);


procedure SetRealTitleFont(Value : TFont);

Private declarations

procedure UpdateTitlesHeight;


Properties

property RealTitleFont : TFont


Events

event OnDrawTitle : TOnDrawTitleEvent

Public declarations

Variables

FBitmapBrowse : TBitmap;


FBitmapEdit : TBitmap;


FBitmapFill : TBitmap;


FBitmapInsert : TBitmap;


FOnDrawTitle : TOnDrawTitleEvent;


FRealTitleFont : TFont;


FResizeFlag : boolean;



Constructors


constructor Create(AOwner : TComponent);

Protected declarations

brush origin tics in painting / scrolling.


Functions


destructor Destroy;


procedure DrawCell(ACol, ARow: Longint; ARect: TRect; AState: TGridDrawState);


procedure MouseDown(Button: TMouseButton; Shift: TShiftState; X, Y: Integer);


procedure MouseUp(Button: TMouseButton; Shift: TShiftState; X, Y: Integer);


procedure SetRealTitleFont(Value : TFont);

Private declarations


procedure UpdateTitlesHeight;


Properties


property RealTitleFont : TFont


Events


event OnDrawTitle : TOnDrawTitleEvent

Public declarations


Variables


FBitmapBrowse : TBitmap;


FBitmapEdit : TBitmap;


FBitmapFill : TBitmap;


FBitmapInsert : TBitmap;


FOnDrawTitle : TOnDrawTitleEvent;


FRealTitleFont : TFont;


FResizeFlag : boolean;