AngleEditboxes

A collection of angle editboxes.

Methods

AngleEditboxadd ([withProperties:
Object])
Creates a new AngleEditbox.

Parameter Type Description
withProperties Object Initial values for properties of the new AngleEditbox (Optional)

AngleEditboxanyItem ()
Returns any AngleEditbox in the collection.

number count ()
Displays the number of elements in the AngleEditbox.

Array of AngleEditboxeveryItem ()
Returns every AngleEditbox in the collection.

AngleEditboxfirstItem ()
Returns the first AngleEditbox in the collection.

AngleEditboxitem (index:
any)
Returns the AngleEditbox with the specified index or name.

Parameter Type Description
index Long Integer
String
The index or name. Can accept: Long Integer or String.

AngleEditboxitemByID (id:
number)
Returns the AngleEditbox with the specified ID.

Parameter Type Description
id number The ID.

AngleEditboxitemByName (name:
string)
Returns the AngleEditbox with the specified name.

Parameter Type Description
name string The name.

Array of AngleEditboxitemByRange (from:
any, to:
any)
Returns the AngleEditboxes within the specified range.

Parameter Type Description
from AngleEditbox
Long Integer
String
The AngleEditbox, index, or name at the beginning of the range. Can accept: AngleEditbox, Long Integer or String.
to AngleEditbox
Long Integer
String
The AngleEditbox, index, or name at the end of the range. Can accept: AngleEditbox, Long Integer or String.

AngleEditboxlastItem ()
Returns the last AngleEditbox in the collection.

AngleEditboxmiddleItem ()
Returns the middle AngleEditbox in the collection.

AngleEditboxnextItem (obj:
AngleEditbox)
Returns the AngleEditbox whose index follows the specified AngleEditbox in the collection.

Parameter Type Description
obj AngleEditbox The AngleEditbox whose index comes before the desired AngleEditbox.

AngleEditboxpreviousItem (obj:
AngleEditbox)
Returns the AngleEditbox with the index previous to the specified index.

Parameter Type Description
obj AngleEditbox The index of the AngleEditbox that follows the desired AngleEditbox.

string toSource ()
Generates a string which, if executed, will return the AngleEditbox.

Element of:

BorderPanel.angleEditboxes
DialogColumn.angleEditboxes
DialogRow.angleEditboxes
EnablingGroup.angleEditboxes

Leave a Comment

Previous post:

Next post: