Class TPasCioHelper
Unit
PasDoc_Parser
Declaration
type TPasCioHelper = class(TObject)
Description
TPasCioHelper stores a CIO reference and current state.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure FreeAll; |
Frees included objects and calls its own destructor. Objects are not owned by default.
|
Properties
|
property Cio: TPasCio read FCio write FCio; |
|
|
property CurVisibility: TVisibility read FCurVisibility write FCurVisibility; |
|
|
property SkipCioDecl: Boolean read FSkipCioDecl write FSkipCioDecl; |
|
Generated by PasDoc 0.15.0.
|