p$TDV:Param:PGEditListe
p$TDV:Param:PGEditListe
Change of the data of a non-indexed parameter group. In case the parameter group is indexed the index has to be specified as well.
Contents of all parameters are displayed in a table with two columns by a system dialog. In the first column, the declaration (if available) or the parameter name is displayed. In the second column, the values of the parameters can be changed. The formatting of the parameter from the parameter group definition is taken into account. This function can be used to gather search criteria for a database query for example. The list will be sorted in alphabetical order of the names.
Please note: The number of parameters in the parameter group is limited to 500 parameters for this function.
Please note: The parameter group transferred in ParaGroup is indirectly transferred as a string and therefore enclosed by quotation marks. Furthermore the PG has to be global!
Syntax: | p$TDV:Param:PGEditListe ( ParaGroup , Headline ) | ||
| Argument | Type | Meaning |
| ParaGroup | String | Name of the indexed PG |
| Headline | String | Headline of the dialog that is to be displayed |
Result: | - |
| |
Examples: | p$TDV:Param:PGEditListe('Address_s','Search for any addresses') | ||