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