TRootDeclaration

Declaration

TRootDeclaration = class(TBlockDeclaration)

Visibility

global

Immediate ancestor

TBlockDeclaration

Source

defdriver.pas on line 428

Description

Does not represent anything particular. Just serves as the root of the whole tree of declarations.

Members

Name

Type

Visibility

Synopsis

Create

constructor

public

TRootDeclaration

defdriver



TRootDeclaration.Create

Declaration

constructor Create;

Visibility

public

Related methods

TBlockDeclaration.Create, TDeclaration.Create, TBasicDeclaration.Create

Source

defdriver.pas on line 430

Create

TRootDeclaration

defdriver