template::form::exists (public)
template::form::exists id
Defined in packages/acs-templating/tcl/form-procs.tcl
Determine whether a form exists by checking for its data structures.
- Parameters:
- id (required)
- The ID of an ATS form object.
- Returns:
- 1 if a form with the specified ID exists. 0 if it does not.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: upvar #[template::adp_level] $id:elements elements return [info exists elements]XQL Not present: Generic, PostgreSQL, Oracle