IExtentList methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
IExtentList methods
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. |
See also: