[Overview][Classes][Variables] Reference for unit 'DataManager' (#mcl)

TDataManager

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: datamanager.pas line 30

type TDataManager = class(TObject)

public

  ColumnTypes: TColType;

  

  FloatData: TMBMatrix;

  

  Masks: TColMask;

  

  RowTypes: TRowType;

  

  StringData: TStringMatrix;

  

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure StringToFloatData;

  

  procedure DeleteColumn();

  

  procedure DeleteRow();

  

  procedure InsertColumn();

  

  procedure InsertRow();

  

  function GetLabel();

  

end;

Inheritance

TDataManager

  

|

TObject