[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_spline.pas line 134
type TReinschSpline = class(TMasterObject) |
protected |
function CheckOk; override; |
public |
constructor Create(); |
destructor Destroy; override; |
function Get(); |
property N: Integer; [r] |
property X: PDoubleArray; [r] |
property Z: PDoubleArray; [r] |
property K: PDoubleArray; [r] |
end; |
| |
| |
TObject |