RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebSession.SetTimeoutMinutes Method

Sets the value of the TimoutMinutes property.

Pascal
procedure SetTimeoutMinutes(AValue: Integer); virtual; abstract;
C++
virtual __fastcall SetTimeoutMinutes(int AValue) = 0;

SetTimeoutMinutes is the protected write implementation of the TimeoutMinutes property. 

AValue is the number of minutes that can elapse before the session terminates itself. 

In TAbstractWebSession, SetTimeoutMinutes is abstract or, in C++ terminology, pure virtual, meaning it has no implementation. Descendant classes must override this method to provide an implementation for the TimeoutMinutes property. 

 

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