RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseWebModuleFactory.GetModuleName Method

Returns the value of the ModuleName property.

Pascal
function GetModuleName: string; override;
C++
virtual __fastcall AnsiString GetModuleName();

GetModuleName is the protected read implementation of the ModuleName property. It returns the name of the class that the ComponentClass property specifies. 

 

ModuleName 

ComponentClass

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