1. Administration - Administration functions and properties
Administrative functions and properties provide means for navigating between control contexts in the context hierarchy. Administrative functions also allow creating controls at run-time or loading controls dynamically from resource database.
Functions
- activeControl - Get context for active control
 - button - Get button context by button name
 - buttonExist - Check whether button exists or not
 - closeControl - Close control
 - control - Get control contect
 - controlExist - Check whether control exists or not
 - controlName - - internal feature
 - controlPath - Complete control path
 - createButton - Create Button
 - createConstant - Create constant
 - createControl - Create dynamical Control
 - createField - Create field
 - field - Get context by field or button name
 - fieldExist - Check whether field exists or not
 - fieldPath - Complete field path
 - loadControl - Load control
 - removeButton - Remove button
 - removeField - Remove Field
 - resourceName - Get the name of the control resource
 - resourcePath - Complete resource path
 - setVirtualType - Set type for virtual control
 - updateActionStates - Update action states for referencing actions
 - window - Get window context
 

