IExtentList methods
- Last Updated: August 23, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Inherits methods from IDataAdminCollection
and defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Adds the extent object referenced by
pExtent to the list and returns
TRUE if successful. |
|
Returns the extent object from the list
that has its Number property set to
pNum. Returns the Unknown value
(?) if the object is not
found. |
|
Returns the index in this list of the extent object referenced by pExtent. |
|
Removes the extent object referenced by
pExtent from the list and returns
TRUE if successful. Can only
execute if the extent is not committed to the database using the CreateArea*( ) or UpdateArea*( ) service methods. |
For more information, see: