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