[Overview][Classes][Variables] Reference for unit 'IDEWindows' (#gui)

TIDEWindows

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: idewindows.pas line 11

type TIDEWindows = class(TObject)

public

  Changed: Boolean;

  

  WindowList: TList;

  

  constructor Create;

  

  procedure RegisterWindow();

  

  procedure ShowWindow();

  

  procedure SaveAll;

  

end;

Inheritance

TIDEWindows

  

|

TObject