Class TBS3DGrid (unit BSGrid3d)

Inherits from

TDB3DGrid

Constructors


Constructor Create(AOwner : TComponent);

Public declarations


Functions

procedure ColumnMoved(FromIndex,ToIndex : LongInt);


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

Protected declarations

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


procedure SetSelColumn(Value : Integer);


Properties

property SelColumn : Integer


Events

event OnColumnClick : TColumnClickEvent

Published declarations

Variables

FOnColumnClick : TColumnClickEvent;


FSelColumn : Integer;



Constructors


Constructor Create(AOwner : TComponent);

Public declarations


Functions


procedure ColumnMoved(FromIndex,ToIndex : LongInt);


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

Protected declarations


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


procedure SetSelColumn(Value : Integer);


Properties


property SelColumn : Integer


Events


event OnColumnClick : TColumnClickEvent

Published declarations


Variables


FOnColumnClick : TColumnClickEvent;


FSelColumn : Integer;