Unit 'DAV_CustomDataContainer' Package
[Overview][Classes][Index] [#pl_asiovst]

TCustomDataContainer

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

Declaration

Source position: DAV_CustomDataContainer.pas line 41

type TCustomDataContainer = class(TPersistent)

protected

  FData: PDAVDoubleFixedArray;

  

  FCount: Integer;

  

  procedure AllocateMemory; virtual;

  

  procedure AssignTo(); override;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  property Data []: Double; [rw]

  

  property DataPointer: PDAVDoubleFixedArray; [r]

  

  property Count: Integer; [r]

  

end;

Inheritance

TCustomDataContainer

  

|

TObject



CT Web help

CodeTyphon Studio