[Overview][Types][Classes][Index] Reference for unit 'DUtils' (#DEngine)

TStreamable

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

Declaration

Source position: DUtils.pas line 48

type TStreamable = class(TObject)

protected

  procedure Stream();

  property Loading: Boolean; [r]

  property Data: TData; [r]

public

  constructor CreateFromStream();

  procedure Save();

  procedure Load();

end;

Inheritance

TStreamable

|

TObject