Class TPasCioHelper

Unit

Declaration

type TPasCioHelper = class(TObject)

Description

TPasCioHelper stores a CIO reference and current state.

Source: source/component/PasDoc_Parser.pas (line 55).

Hierarchy

Overview

Methods

Public procedure FreeAll;

Properties

Public property Cio: TPasCio read FCio write FCio;
Public property CurVisibility: TVisibility read FCurVisibility write FCurVisibility;
Public property Mode: TItemParseMode read FMode write FMode;
Public property SkipCioDecl: Boolean read FSkipCioDecl write FSkipCioDecl;

Description

Methods

Public procedure FreeAll;

Frees included objects and calls its own destructor. Objects are not owned by default.

Source: source/component/PasDoc_Parser.pas (line 64).

Properties

Public property Cio: TPasCio read FCio write FCio;

This item has no description.

Source: source/component/PasDoc_Parser.pas (line 65).

Public property CurVisibility: TVisibility read FCurVisibility write FCurVisibility;

This item has no description.

Source: source/component/PasDoc_Parser.pas (line 66).

Public property Mode: TItemParseMode read FMode write FMode;

This item has no description.

Source: source/component/PasDoc_Parser.pas (line 67).

Public property SkipCioDecl: Boolean read FSkipCioDecl write FSkipCioDecl;

This item has no description.

Source: source/component/PasDoc_Parser.pas (line 68).


Generated by PasDoc 0.17.0.snapshot.