Midware TAppSrvClient.OnSessionConnected

From Overbyte
Revision as of 09:16, 3 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TAppSrvClient -> [[Midware_TAppSrvClient.OnSessionConnect…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> Midware component reference -> TAppSrvClient -> OnSessionConnected

Definition

property OnSessionConnected: TsessionConnected;

Description

Occurs when connection is established with application server.

The event OnSessionConnected is triggered when the connection has been established with the application server. The event handler is the right place to update some status bar to let the user know he is connected with the server.

TSessionConnected = procedure (Sender: TObject; Error: word) of object;