p$TDV:Param:PGAnzeige
p$TDV:Param:PGAnzeige
Change or display of the data of an indexed parameter group.
Contents of all parameters are displayed by a system dialog. Formatting of the parameter from the PT is taken into account. For example, this function can be used for the control of data read from a database or through an interface to an ERP system.
Please note: The number of parameters in the parameter group is limited to 1000 parameters for this function. The index of the parameter group is not limited.
Please note: The parameter group which is transferred in PGName is indirectly assigned as a string, and is therefore surrounded in quotation marks. Furthermore the PG has to be global!
Syntax: | p$TDV:Param:PGAnzeige( Mode, PGName ) | ||
| Argument | Type | Meaning |
| Mode | Integer | Editing mode |
| PGName | String | Name of the indexed PG |
Result: | - |
| |
Examples: | Display of the complete client list (single-index PG 'clients'): p$TDV:Param:PGAnzeige( 0, 'Clients' ) | ||