Class twritermse

Unit

Declaration

type twritermse = class(twriter)

Description

Hierarchy

Overview

Fields

Protected frootrootancestor: tcomponent;
Protected frootroot: tcomponent;

Methods

Protected function rootcompname(const acomp: tcomponent; const aroot: tcomponent): string; overload;
Protected function rootcompname(const acomp: tcomponent; arootlevel: integer): string; overload;
Protected procedure getchildren1(const acomp: tcomponent; const proc: tgetchildproc; const aroot: tcomponent);
Protected procedure WriteChildren(Component : TComponent);
Protected procedure WriteComponentData(Instance: TComponent);
Protected function getclassname(const aobj: tobject): shortstring; override;
Public constructor create(const stream: tstream; const bufsize: integer; const anoancestor: boolean = false; const amasterancestor: boolean = false);
Public destructor destroy; override;
Public procedure WriteComponent(Component: TComponent);
Public procedure writedescendent(const aroot: tcomponent; const aancestor: tcomponent);
Public procedure writerootcomponent(aroot: tcomponent);

Properties

Public property masterancestor: boolean read fmasterancestor;

Description

Fields

Protected frootrootancestor: tcomponent;
 
Protected frootroot: tcomponent;
 

Methods

Protected function rootcompname(const acomp: tcomponent; const aroot: tcomponent): string; overload;
 
Protected function rootcompname(const acomp: tcomponent; arootlevel: integer): string; overload;
 
Protected procedure getchildren1(const acomp: tcomponent; const proc: tgetchildproc; const aroot: tcomponent);
 
Protected procedure WriteChildren(Component : TComponent);
 
Protected procedure WriteComponentData(Instance: TComponent);
 
Protected function getclassname(const aobj: tobject): shortstring; override;
 
Public constructor create(const stream: tstream; const bufsize: integer; const anoancestor: boolean = false; const amasterancestor: boolean = false);
 
Public destructor destroy; override;
 
Public procedure WriteComponent(Component: TComponent);
 
Public procedure writedescendent(const aroot: tcomponent; const aancestor: tcomponent);
 
Public procedure writerootcomponent(aroot: tcomponent);
 

Properties

Public property masterancestor: boolean read fmasterancestor;
 

Generated by PasDoc 0.16.0.