RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebModuleFactory.GetModuleName Method

Returns the value of the ModuleName property.

Pascal
function GetModuleName: string; virtual; abstract;
C++
virtual __fastcall AnsiString GetModuleName() = 0;

GetModuleName is the protected read implementation of the ModuleName property. 

In TAbstractWebModuleFactory, GetModuleName is abstract pure virtual, meaning it has no implementation. Descendant classes must override this method to provide an implementation for the ModuleName property. 

 

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