[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_delauna.pas line 143
type TPlotter3d = class(TLatch) |
public |
constructor Create; |
destructor Destroy; override; |
procedure Clear; |
procedure Add(); |
function Accept(); |
function Interpolate(); |
function Ready; |
function N; |
end; |
| |
| |
| |
TObject |