CLIENT-TYPE attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the type of ABL client currently executing.
Data type: CHARACTER
Access: Read-only
Applies to: SESSION system handle
The following table shows the value of CLIENT-TYPE for each supported client type.
| Type of client | Attribute value |
|---|---|
| Standard ABL client | 4GLCLIENT |
| WebClient | WEBCLIENT |
| AppServer agent | APPSERVER |
| WebSpeed agent | WEBSPEED |
| Progress Application Server agent | MULTI-SESSION-AGENT |
| Other special-purpose clients |
Unknown value (?)
|