|
<< Click to Display Table of Contents >> Navigation: Classes > TIWBaseForm > Methods > CreateNew |
SIGNATURE=IWBaseForm.TIWBaseForm.CreateNew@TComponent@Integer
ETYPE=Method
Declaration:
Delphi: |
public constructor CreateNew(AOwner: TComponent; const ADummy: Integer = 0); virtual; |
C++: |
public: virtual __fastcall TIWBaseForm(TComponent * AOwner, const int ADummy = 0); |
Description: This is CreateNew, a member of class TIWBaseForm.