Description | Hierarchy | Fields | Methods | Properties |
type TRbwRowDataGrid = class(TCustomRBWDataGrid)
TRbwRowDataGrid
is a TStringGrid that restricts the data displayed in a cell based on the Format of the TRbwRow associated with the cell. Cells can also display a combobox or button in a cell
.
![]() |
FColumns: TAutoAdjustColumns; |
![]() |
FFixedCols: integer; |
![]() |
FFixedRows: integer; |
![]() |
FRows: TRbwDataGridRows; |
![]() |
procedure AdjustColWidths(const ACol: integer); |
![]() |
function GetFixedCols: integer; |
![]() |
function RequiredCellWidth(const ACol, ARow: integer): integer; |
![]() |
procedure SetCells(ACol, ARow: Integer; const Value: string); |
![]() |
procedure SetColumns(const Value: TAutoAdjustColumns); |
![]() |
procedure SetFixedCols(const Value: integer); |
![]() |
procedure SetRows(const Value: TRbwDataGridRows); |
![]() |
function CollectionItem(const ACol, ARow: Longint): TCustomRowOrColumn; override; |
![]() |
procedure ColumnMoved(FromIndex, ToIndex: Longint); override; |
![]() |
function CreateColumns: TAutoAdjustColumns; dynamic; |
![]() |
function CreateRows: TRbwDataGridRows; dynamic; |
![]() |
function GetFixedRows: integer; virtual; |
![]() |
procedure Loaded; override; |
![]() |
procedure RowMoved(FromIndex, ToIndex: Longint); override; |
![]() |
procedure SetFixedRows(const Value: integer); virtual; |
![]() |
procedure SizeChanged(OldColCount, OldRowCount: Longint); override; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure InsertColumn(ACol: Integer); override; |
![]() |
procedure InsertRow(ARow: Integer); override; |
![]() |
property Cells[ACol, ARow: Integer]: string read GetCells write SetCells; |
![]() |
property Columns: TAutoAdjustColumns read FColumns write SetColumns; |
![]() |
property FixedCols: integer read GetFixedCols write SetFixedCols; |
![]() |
property FixedRows: integer read GetFixedRows write SetFixedRows; |
![]() |
property Rows: TRbwDataGridRows read FRows write SetRows; |
![]() |
FColumns: TAutoAdjustColumns; |
See Columns. |
![]() |
FFixedCols: integer; |
See FixedCols. |
![]() |
FFixedRows: integer; |
See FixedRows. |
![]() |
FRows: TRbwDataGridRows; |
See Rows. |
![]() |
procedure AdjustColWidths(const ACol: integer); |
If AutoAdjustColWidths is true, |
![]() |
function GetFixedCols: integer; |
See FixedCols. |
![]() |
function RequiredCellWidth(const ACol, ARow: integer): integer; |
|
![]() |
procedure SetCells(ACol, ARow: Integer; const Value: string); |
See Cells. |
![]() |
procedure SetColumns(const Value: TAutoAdjustColumns); |
See Columns. |
![]() |
procedure SetFixedCols(const Value: integer); |
See FixedCols. |
![]() |
procedure SetRows(const Value: TRbwDataGridRows); |
See Rows. |
![]() |
function CollectionItem(const ACol, ARow: Longint): TCustomRowOrColumn; override; |
|
![]() |
procedure ColumnMoved(FromIndex, ToIndex: Longint); override; |
|
![]() |
function CreateColumns: TAutoAdjustColumns; dynamic; |
|
![]() |
function CreateRows: TRbwDataGridRows; dynamic; |
|
![]() |
function GetFixedRows: integer; virtual; |
See FixedRows. |
![]() |
procedure Loaded; override; |
|
![]() |
procedure RowMoved(FromIndex, ToIndex: Longint); override; |
|
![]() |
procedure SetFixedRows(const Value: integer); virtual; |
See FixedRows. |
![]() |
procedure SizeChanged(OldColCount, OldRowCount: Longint); override; |
|
![]() |
constructor Create(AOwner: TComponent); override; |
|
![]() |
destructor Destroy; override; |
|
![]() |
procedure InsertColumn(ACol: Integer); override; |
Use |
![]() |
procedure InsertRow(ARow: Integer); override; |
Use |
![]() |
property Cells[ACol, ARow: Integer]: string read GetCells write SetCells; |
|
![]() |
property Columns: TAutoAdjustColumns read FColumns write SetColumns; |
|
![]() |
property FixedCols: integer read GetFixedCols write SetFixedCols; |
|
![]() |
property FixedRows: integer read GetFixedRows write SetFixedRows; |
|
![]() |
property Rows: TRbwDataGridRows read FRows write SetRows; |
|