|
|
|
|
|
- Controls taken into account
ControlExist (Function) In french: ChampExiste
Warning
From version 17, FieldExist is kept for backward compatibility. This function has been replaced with ControlExist.
Checks for a control (or group of controls) in a window, page or report.
ResExist = ControlExist("EditName")
Syntax
<Result> = ControlExist(<Control used>)
<Result>: Boolean - True if the control (or group of controls) exists,
- False otherwise.
<Control used>: String or Control variable Control to check for. This parameter can correspond to: - the name of the control between quotes. This parameter can also correspond to a group of controls.
To check for controls in other windows, pages or reports, <Control name> must have the following format: "<Name of window, page or report>.<Control name>".
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|