TTMSFNCDataGrid.StretchColumns Method
Stretches columns according to the requested mode, range, and optional target width.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
procedure StretchColumns(AMode: TTMSFNCDataGridStretchingMode = gstmAll; ARange: TTMSFNCDataGridStretchingRange = gstrNormal; AIndex: Integer = -1; ANewWidth: Double = -1);
Parameters
| Name | Description |
|---|---|
AMode |
Mode or type that controls the operation. |
ARange |
Cell range used by the operation. |
AIndex |
Argument used by the operation. |
ANewWidth |
Argument used by the operation. |