Unit 'DAV_ChunkWaveBasic' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_asiovst]

TAssociatedDataListChunk

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

Declaration

Source position: DAV_ChunkWaveBasic.pas line 307

type TAssociatedDataListChunk = class(TWavDefinedChunk)

protected

  FChunkList: TChunkList;

  

  function GetChunkClass(); virtual;

  

  function GetChunkSize; override;

  

  procedure AssignTo(); override;

  

  procedure ConvertStreamToChunk(); virtual;

  

public

  AssociatedDataListRecord: TAssociatedDataListRecord;

  

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure AddChunk(); virtual;

  

  procedure LoadFromStream(); override;

  

  procedure SaveToStream(); override;

  

  class function GetClassChunkName; override;

  

  property SubChunk []: TCustomChunk; [r]

  

  property Count: Integer; [r]

  

published

  property TypeID: string; [rw]

  

end;

Inheritance

TAssociatedDataListChunk

  

|

TWavDefinedChunk

  

|

TDefinedChunk

  

|

TCustomChunk

  

|

TObject,IStreamPersist



CT Web help

CodeTyphon Studio