procedure GetVarList(const names: TStrings);
Retrieves list of variables.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | names | TStrings |
Result: stored in self (calling object)
Remarks:
The TValueRec values, holding the type of the variable etc.. , are stored in names.Objects[i] after the function returns.