|
<< Click to Display Table of Contents >> Delphi Examples: DbiSetCurrSession |
![]() ![]()
|
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;