Language Reference Guide : 4. System Classes : CompositeField Class : SelectAll Method
 
Share this page                  
SelectAll Method
The SelectAll method sets all selectable direct descendants of a composite field to the selected state.
This method has the following syntax:
CompositeField.SelectAll()
Selectable fields are those with bias settings of:
FB_MARKABLE
FB_MOVEABLE
FB_RESIZEABLE
FB_FLEXIBLE
To set all top-level fields on a form to the selected state, use the following syntax:
CurFrame.TopForm.SelectAll()
Note:  A top-level field is any field on the form whose parent field is the form.