|
<< Click to Display Table of Contents >> Navigation: Classes > TIWApplication > Methods > NewWindow |
SIGNATURE=IWApplication.TIWApplication.NewWindow@string@string@Integer@Integer@TIWWindowOptions@Integer@Integer
ETYPE=Method
Declaration:
Delphi: |
public procedure NewWindow(const AURL: string; const AName: string; const AWidth: Integer; const AHeight: Integer; AOptions: TIWWindowOptions; const ATop: Integer = -1; const ALeft: Integer = -1); overload; |
C++: |
void public: __fastcall NewWindow(const String A |
Description: This is NewWindow, a member of class TIWApplication.