RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebModuleFactory.GetComponentClass Method

Returns the value of the ComponentClass property.

Pascal
function GetComponentClass: TComponentClass; virtual; abstract;
C++
virtual __fastcall TComponentClass GetComponentClass() = 0;

GetComponentClass is the protected read implementation of the ComponentClass property. 

In TAbstractWebModuleFactory, GetComponentClass 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 ComponentClass property. 

 

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