[Overview][Classes][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: projectdatamanager.pas line 99
type TProjectView = class(TObject) |
||
public |
||
|
||
protected |
||
|
||
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
procedure DataModified; virtual; abstract; |
|
|
end; |
|
||
| | ||
TObject |