FIRST-SERVER attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A handle to the first entry in the list of server handles of the current ABL session. This includes both application server objects and Web service server objects.
Data type: HANDLE
Access: Read-only
Applies to: SESSION system handle
The
handle associated with the first entry in the list of all server
handles created in the current session. If the current session has
no server handles, FIRST-SERVER has the Unknown value (?).
For more information on server handles, see the Server object handle reference
entry.