This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20.6
WA GET URL FILTERS
|
WA GET URL FILTERS ( {* ;} object ; filtersArr ; allowDenyArr ) | ||||||||
Parameter | Type | Description | ||||||
* | Operator |
![]() |
If specified, object is an object name (string) If omitted, object is a variable | |||||
object | Form object |
![]() |
Object name (if * is specified) or Variable (if * is omitted) | |||||
filtersArr | String array |
![]() |
Filters array | |||||
allowDenyArr | Boolean array |
![]() |
Allow-deny array | |||||
The WA GET URL FILTERS command returns, in the filtersArr and allowDenyArr arrays, the filters that are active in the Web area designated by the * and object parameters. If no filter is active, the arrays are returned empty.
The filters are installed by the WA SET URL FILTERS command. If the arrays are reinitialized during the session, the WA GET URL FILTERS command can be used to find out the current settings
Product: 4D
Theme: Web Area
Number:
1031
Created: 4D v11 SQL Release 2
4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)