RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvalidWebSession.Terminate Method

Raises an ESessionException exception.

Pascal
procedure Terminate; override;
C++
virtual __fastcall Terminate();

Do not call the Terminate method. TInvalidWebSession does not represent an active Web session, so there is no Web session to terminate. 

If the application calls the Terminate method, TInvalidWebSession raises an ESessionException object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!