|
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL Add (IIndexField) |
/** Add the indexfield to the list */
|
||
| OpenEdge.DataAdmin.IIndexField Get (integer) |
/** Get the indexfield with the specified number from the list */
|
||
| INTEGER IndexOf (IIndexField) |
/* Returns the index in this list of the specified IIndexField */
|
||
| LOGICAL Remove (IIndexField) |
/** Removes the indexfield from the collection. Returns true if the removal was successful.
Can only be performed if the indexfield is not saved. */
|
LOGICAL Add (IIndexField)
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.DataAdmin.IIndexField Get (integer)
|
||||||||||||||||||
INTEGER IndexOf (IIndexField)
|
||||||||||||||||||
LOGICAL Remove (IIndexField)
|
||||||||||||||||||