|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL Is4GLClient () |
Determines if the current session is running in an 4GLClient |
|
+ | LOGICAL IsAppServer () |
Determines if the current session is running in an AppServer |
|
+ | LOGICAL IsClient (character) |
Determines if the current session is running in the specified client type |
|
+ | LOGICAL IsKnownClientType () |
Determines if the current session is a known ABL client type |
|
+ | LOGICAL IsKnownClientType (character) |
Determines if the given session is a known ABL client type |
|
+ | LOGICAL IsMultiSessionAgent () |
Determines if the current session is running in PASOE |
|
+ | LOGICAL IsWebClient () |
Determines if the current session is running in an WebClient |
|
+ | LOGICAL IsWebSpeed () |
Determines if the current session is running in an WebSpeed |
Options | Name | Purpose | |
---|---|---|---|
- | ClientType () |
Disallow instance creation |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER APPSERVER |
|
|
+ | CHARACTER FourGLCLIENT |
|
|
+ | CHARACTER MULTI-SESSION-AGENT |
|
|
+ | CHARACTER WEBCLIENT |
|
|
+ | CHARACTER WEBSPEED |
|
Top
PUBLIC LOGICAL Is4GLClient ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL IsAppServer ()
|
||||||||||||||||||||
PUBLIC LOGICAL IsClient (character)
|
||||||||||||||||||||
PUBLIC LOGICAL IsKnownClientType ()
|
||||||||||||||||||||
PUBLIC LOGICAL IsKnownClientType (character)
|
||||||||||||||||||||
PUBLIC LOGICAL IsMultiSessionAgent ()
|
||||||||||||||||||||
PUBLIC LOGICAL IsWebClient ()
|
||||||||||||||||||||
PUBLIC LOGICAL IsWebSpeed ()
|
PRIVATE ClientType ()
|
---|
PUBLIC CHARACTER APPSERVER
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER FourGLCLIENT
|
|||||||||
PUBLIC CHARACTER MULTI-SESSION-AGENT
|
|||||||||
PUBLIC CHARACTER WEBCLIENT
|
|||||||||
PUBLIC CHARACTER WEBSPEED
|