[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_curves.pas line 289
type TCurveList = class(TObjectStorage) |
function GetCurve(); |
procedure PutCurve(); |
public |
constructor Create(); |
destructor Destroy; override; |
procedure ClearHistory(); |
function Find(); |
function GetList(); |
function FormatTable(); |
end; |
| |
| |
| |
| |
TObject |