Unit 'MUIClass.Datatypes' Package
[Overview][Classes][Index] [#MUIClass]

TBaseDataType

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

Declaration

Source position: MUIClass.Datatypes.pas line 16

type TBaseDataType = class

protected

  FDTObj: Pointer;

  function SetAttribute();

  function GetAttribute();

  procedure ClearDTObject; virtual;

public

  constructor Create; virtual;

  destructor Destroy; override;

  function LoadFile(); virtual; abstract;

  function SaveFile(); virtual; abstract;

  function HasDTObject; virtual;

  property DTObj: Pointer; [r]

end;

Inheritance

TBaseDataType

|

TObject


Documentation generated on: 2022-07-30