[Overview][Classes][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: datamanager.pas line 30
type TDataManager = class(TObject) |
||
public |
||
|
||
|
||
|
||
|
||
|
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure Clear; |
|
|
procedure StringToFloatData; |
|
|
procedure DeleteColumn(); |
|
|
procedure DeleteRow(); |
|
|
procedure InsertColumn(); |
|
|
procedure InsertRow(); |
|
|
function GetLabel(); |
|
|
end; |
|
||
| | ||
TObject |