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

OnLogin

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

Create

The text for this method has been generated automatically. This means that it is not documented.

Destroy

The text for this method has been generated automatically. This means that it is not documented.

IsConnected

True if a connection is established.

 
Properties

BeepOnLoginError

Set to true if a beep on login error is desired.

Password

Store password in this property if appropriate for your app.

PasswordRetries

The number of login attempts allowed before failing the login attempt.

ServerVersion

The text for this property has been generated automatically. This means that it is not documented.

Timeout

Timeout value in ms.

Transport

The transport which is used for network communication.

TransportID

The text for this property has been generated automatically. This means that it is not documented.

UserName

Store username in this property if appropriate for your app.

 
File

 
nxllSimpleSession

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes