RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebModuleFactory.GetIsAppModule Method

Returns the value of the IsAppModule property.

Pascal
function GetIsAppModule: Boolean; virtual; abstract;
C++
virtual __fastcall Boolean GetIsAppModule() = 0;

GetIsAppModule is the protected read implementation of the IsAppModule property. 

In TAbstractWebModuleFactory, GetIsAppModule 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 IsAppModule property. 

 

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