ShowHideFieldsBehaviors
A collection of show/hide fields behavior objects.
ShowHideFieldsBehaviors Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the show hide fields behavior with the specified index or name. |
| length |
Long |
read |
The number of show hide fields behaviors in the collection. |
ShowHideFieldsBehaviors Methods
| Method |
Returns |
Description |
| add |
ShowHideFieldsBehavior |
Create a new show hide fields behavior. |
| anyItem |
Object |
Returns any show hide fields behavior. |
| firstItem |
Object |
Returns the first show hide fields behavior. |
| itemByID |
Object |
Returns the show hide fields behavior with the specified ID. |
| itemByRange |
Objects |
Returns the show hide fields behaviors within the specified range. |
| lastItem |
Object |
Returns the last show hide fields behavior. |
| middleItem |
Object |
Returns the middle show hide fields behavior. |
| nextItem |
Object |
Returns the next show hide fields behavior. |
| previousItem |
Object |
Returns the previous show hide fields behavior. |
Previous post: Sound
Next post: ShowHideFieldsBehavior