RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebModuleFactory.GetCreateMode Method

Returns the value of the CreateMode property.

Pascal
function GetCreateMode: TWebModuleCreateMode; virtual; abstract;
C++
virtual __fastcall TWebModuleCreateMode GetCreateMode() = 0;

GetCreateMode is the protected read implementation of the CreateMode property. 

In TAbstractWebModuleFactory, GetCreateMode 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 CreateMode property. 

 

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