Class tasinheritedreader

Unit

Declaration

type tasinheritedreader = class(treader)

Description

Hierarchy

Overview

Fields

Protected fforceinherited: boolean;
Protected fexistingcomp: tcomponent;
Protected fexistingcompname: string;

Methods

Protected function createdriver(stream: tstream; bufsize: integer): tabstractobjectreader; override;
Public constructor Create(Stream: TStream; BufSize: Integer; const forceinherited: boolean);

Properties

Public property existingcomp: tcomponent read fexistingcomp;
Public property newcomp: boolean read fnewcomp write fnewcomp;

Description

Fields

Protected fforceinherited: boolean;
 
Protected fexistingcomp: tcomponent;
 
Protected fexistingcompname: string;
 

Methods

Protected function createdriver(stream: tstream; bufsize: integer): tabstractobjectreader; override;
 
Public constructor Create(Stream: TStream; BufSize: Integer; const forceinherited: boolean);
 

Properties

Public property existingcomp: tcomponent read fexistingcomp;
 
Public property newcomp: boolean read fnewcomp write fnewcomp;
 

Generated by PasDoc 0.16.0.