TTMSFNCCustomDataGrid.RandomFill Method
Fills all data cells (and optionally fixed cells) with random integer values.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure RandomFill(ADoFixed: Boolean = False; ARandomNumber: Integer = 100);
Parameters
| Name | Description |
|---|---|
ADoFixed |
When True, fixed header/footer cells are also filled. |
ARandomNumber |
Upper bound for the random values (exclusive). |