Delphi Examples: DbiSetCurrSession

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Delphi Examples: DbiSetCurrSession

Return to chapter overview

Set the current session.

Note:                Most Delphi users should use Sessions (TSessionList) and Session (TSession) to alter the current session.

This example uses the following input:

 fDbiSetCurrSession(Session.Handle);

 

The procedure is:

procedure fDbiSetCurrSession(hSes: hDBISes);

begin

 Check(DbiSetCurrSession(hSes));

end;