RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebSession.SetTimeoutMinutes Method

Sets the value of the TimoutMinutes property.

Pascal
procedure SetTimeoutMinutes(AValue: Integer); override;
C++
virtual __fastcall SetTimeoutMinutes(int AValue);

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!