Declaration
TnxSimpleSession = class(TnxStateComponent, IUnknown, InxSessionRequests)
Description
This component is a minimalistic Session component. Set its Transport Property to point to the transport component you wish to connnect with. Its main use is to create a message-based communication system where no database capability is needed.
Events
Event that is called if username and password is required. If it is not defined, the default action is to show a password dialog.
Methods
The text for this method has been generated automatically. This means that it is not documented.
The text for this method has been generated automatically. This means that it is not documented.
True if a connection is established.
Properties
Set to true if a beep on login error is desired.
Store password in this property if appropriate for your app.
The number of login attempts allowed before failing the login attempt.
The text for this property has been generated automatically. This means that it is not documented.
Timeout value in ms.
The transport which is used for network communication.
The text for this property has been generated automatically. This means that it is not documented.
Store username in this property if appropriate for your app.
File