| Description | Hierarchy | Fields | Methods | Properties |
type TRbwDataGridColumns = class(TCollection)
TRbwDataGridColumns is a collection of all the columns in a TRbwDataGrid.
![]() |
FGrid: TCustomRBWDataGrid; |
![]() |
function GetItems(Index: Integer): TRbwColumn; |
![]() |
procedure SetItems(Index: Integer; const Value: TRbwColumn); |
![]() |
function GetOwner: TPersistent; override; |
![]() |
procedure Update(Item: TCollectionItem); override; |
![]() |
function Add: TRbwColumn; |
![]() |
constructor Create(Grid: TRbwDataGrid; ColumnClass: TRbwColumnClass); |
![]() |
property Grid: TCustomRBWDataGrid read FGrid; |
![]() |
property Items[Index: Integer]: TRbwColumn read GetItems
write SetItems; |
![]() |
FGrid: TCustomRBWDataGrid; |
|
See Grid | |
![]() |
function GetItems(Index: Integer): TRbwColumn; |
|
See Items | |
![]() |
procedure SetItems(Index: Integer; const Value: TRbwColumn); |
|
See Items | |
![]() |
function GetOwner: TPersistent; override; |
|
GetOwner returns the TRbwDataGrid that owns the TRbwDataGridColumns. | |
![]() |
procedure Update(Item: TCollectionItem); override; |
|
Update invalidates all or part of the grid. | |
![]() |
function Add: TRbwColumn; |
|
| |
![]() |
constructor Create(Grid: TRbwDataGrid; ColumnClass: TRbwColumnClass); |
|
Call inherited Create and assigns the TRbwDataGrid. | |
![]() |
property Grid: TCustomRBWDataGrid read FGrid; |
|
The TCustomRBWDataGrid. that owns the collection | |
![]() |
property Items[Index: Integer]: TRbwColumn read GetItems
write SetItems; |
|
| |