Method of Form
Description
Function returns array of form controls.
Controls are added to the array in the z-order.
Syntax
Form.findControls( [func] );
Parameters
Parameter | Description |
---|---|
func | Condition function which return true if control satisfy the conditions |
Example
Example 1: All controls on the form will be found..
Example 2: Function will find all controls with type 'text-box'.