RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebAppPageModuleFactory.GetIsAppModule Method

Returns the value of the IsAppModule property.

Pascal
function GetIsAppModule: Boolean; override;
C++
virtual __fastcall Boolean GetIsAppModule();

GetIsAppModule is the protected read implementation of the IsAppModule property. 

In TBaseWebPageModuleFactory, GetIsAppModule returns false. Descendant classes that generate Web application modules (such as TWebAppPageModuleFactory) override this method to return true. 

 

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