[Overview][Resource strings][Classes][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: projectgraph.pas line 75
type TProjectGraph = class(TObject) |
||
public |
||
|
||
|
||
Count: Integer; |
|
|
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
procedure AddGraph; |
|
|
procedure ShowData; |
|
|
end; |
|
||
| | ||
TObject |