Icon TEDBServerSession

Unit: edbcomps

TEDBServerSession = record ID: Integer; Name: String;
      Description: String; Created: TDateTime; LastConnected:
      TDateTime; Connected: Boolean; Encrypted: Boolean; Address:
      String; UserName: String; ProcessName: String; end

This type is used as a parameter to the TEDBEngine OnServerSessionEvent event. The fields of the record are as follows:

FieldDescription
IDIndicates the session ID.
NameIndicates the session name.
DescriptionIndicates the session description.
CreatedIndicates the date and time when the session was created.
LastConnectedIndicates the last date and time the session was connected.
ConnectedIndicates whether the session is currently connected or not.
EncryptedIndicates whether the session connection is encrypted.
AddressIndicates the IP address of the session connection.
UserNameIndicates the user name of the session.
ProcessNameIndicates the process name of the session.
Image