TTMSFNCDataGridData.RandomFill Method
Fills all data cells with random integers in [0, ARandomNumber]; set ADoFixed to True to include fixed rows.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure RandomFill(ADoFixed: Boolean = False; ARandomNumber: Integer = 100);
Parameters
| Name | Description |
|---|---|
ADoFixed |
Argument used by the operation. |
ARandomNumber |
Argument used by the operation. |