Class twritermse

Unit

Declaration

type twritermse = class(twriter)

Description

This item has no 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;

This item has no description.

Protected frootroot: tcomponent;

This item has no description.

Methods

Protected function rootcompname(const acomp: tcomponent; const aroot: tcomponent): string; overload;

This item has no description.

Protected function rootcompname(const acomp: tcomponent; arootlevel: integer): string; overload;

This item has no description.

Protected procedure getchildren1(const acomp: tcomponent; const proc: tgetchildproc; const aroot: tcomponent);

This item has no description.

Protected procedure WriteChildren(Component : TComponent);

This item has no description.

Protected procedure WriteComponentData(Instance: TComponent);

This item has no description.

Protected function getclassname(const aobj: tobject): shortstring; override;

This item has no description.

Public constructor create(const stream: tstream; const bufsize: integer; const anoancestor: boolean = false; const amasterancestor: boolean = false);

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure WriteComponent(Component: TComponent);

This item has no description.

Public procedure writedescendent(const aroot: tcomponent; const aancestor: tcomponent);

This item has no description.

Public procedure writerootcomponent(aroot: tcomponent);

This item has no description.

Properties

Public property masterancestor: boolean read fmasterancestor;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.