RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebModuleFactory.GetCacheMode Method

Returns the value of the CacheMode property.

Pascal
function GetCacheMode: TWebModuleCacheMode; virtual; abstract;
C++
virtual __fastcall TWebModuleCacheMode GetCacheMode() = 0;

GetCacheMode is the protected read implementation of the CacheMode property. 

In TAbstractWebModuleFactory, GetCacheMode 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 CacheMode property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!