[Overview][Classes][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: idewindows.pas line 11
type TIDEWindows = class(TObject) |
||
public |
||
Changed: Boolean; |
|
|
WindowList: TList; |
|
|
constructor Create; |
|
|
procedure RegisterWindow(); |
|
|
procedure ShowWindow(); |
|
|
procedure SaveAll; |
|
|
end; |
|
||
| | ||
TObject |