TTMSFNCDataGridRenderer.AddGrid Method
Creates a nested renderer grid in the cell identified by
ACelland returns it.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Overloads
Overload 1
Creates a nested renderer grid in the cell identified by
ACelland returns it.
function AddGrid(ACell: TTMSFNCDataGridCellCoord): TTMSFNCDataGridRenderer; overload;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate that will host the nested renderer. |
Returns
The nested renderer assigned to the cell.
Overload 2
Creates a nested renderer grid in the cell at (
AColumn,ARow) and returns it.
function AddGrid(AColumn, ARow: Integer): TTMSFNCDataGridRenderer; overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index of the host cell. |
ARow |
Zero-based row index of the host cell. |
Returns
The nested renderer assigned to the cell.