p$TDV:Param:Auswahl
p$TDV:Param:Auswahl
Display and change of parameter values to a parameter group. The parameter names with their type, name and value are displayed.A more technical view of the data for a decision table developer will be used, the states EMPTYUE and UNDEF will be indicated explicitly. A more application-oriented structure can be found in p$TDV:Param:PGEdit.
Please note: The number of parameters in the parameter group for this function is limited to 500 parameters, where every array index counts for array parameters in the parameter group.
Syntax: | p$TDV:Param:Auswahl( Mode, PGName ) | ||
| Argument | Type | Meaning |
| Mode | Integer | Editing mode 1: edit/write |
| PGName | String | Name of the parameter group |
Result: | - |
| |
Example: | p$TDV:Param:Auswahl( 1, 'client' ) | ||