Client :: applicationType - Application type property
The property provides the type of application assigned to a client. Usually, the application type is assigned to the main client. The application type set for the main client decides e.g. the way, messages will be displayed to the user.
Besides, each further client might have its own application type, which might differ from the main client's application type.
The property can be changed by calling the setApplicationType() function.
This option indicates that the application will run as console or windows application.
Implementation overview
- - internal feature (not documented)
Client :: applicationType (  ) - Set application type
Client :: applicationType ( eApplicationType )
Implementation details
-
- internal feature (not documented)
odaba::ApplicationTypes Client  :: applicationType (  )
to list
-
Set application type
odaba::ApplicationTypes Client  :: applicationType ( odaba::ApplicationTypes eApplicationType )
The function sets the application type for the client to the value passed in eApplicationType. Setting the application type for a client will change the way messages are displayed to the user.
Setting the application type to ConsoleApplication will disable GUI messages, i.e. messages are not displayed in message boxes anymore, but written to console. Setting application type to WindowsApplication will enable GUI messages, i.e. messages will be displayed in message boxes further on.
- eApplicationType
- Application type
This option indicates that the application will run as console or windows application.
to list
- eApplicationType
- Application type