Class TNonSelfTag

Unit

Declaration

type TNonSelfTag = class(TTag)

Description

No description available, ancestor TTag description follows

Hierarchy

Overview

Methods

Public function AllowedInside(EnclosingTag: TTag): boolean; override;

Description

Methods

Public function AllowedInside(EnclosingTag: TTag): boolean; override;

This returns just inherited and (EnclosingTag <> Self).

Which means that (assuming that OnAllowedInside is not assigned) this tag is allowed at top level of description and inside parameter of any tag but not within itself and not within tags without toAllowOtherTagsInsideByDefault.

This is currently not used by any tag.


Generated by PasDoc 0.16.0.