Unit 'DAV_ChunkClasses' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_asiovst]

TFixedDefinedChunk

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

Declaration

Source position: DAV_ChunkClasses.pas line 110

type TFixedDefinedChunk = class(TDefinedChunk)

protected

  FStartAddresses: array of Pointer;

  

  procedure AssignTo(); override;

  

  function GetChunkSize; override;

  

  property StartAddress: Pointer; [rw]

  

public

  class function GetClassChunkSize; virtual; abstract;

  

  constructor Create; override;

  

  procedure LoadFromStream(); override;

  

  procedure SaveToStream(); override;

  

end;

Inheritance

TFixedDefinedChunk

  

|

TDefinedChunk

  

|

TCustomChunk

  

|

TObject,IStreamPersist



CT Web help

CodeTyphon Studio