Class TTopLevelTag
Unit
Declaration
type TTopLevelTag = class(TTag)
Description
No description available, ancestor TTag description follows
Hierarchy
- TObject
 - TTag
 - TTopLevelTag
 
Overview
Methods
![]()  | 
function AllowedInside(EnclosingTag: TTag): boolean; override; | 
Description
Methods
![]()  | 
function AllowedInside(EnclosingTag: TTag): boolean; override; | 
| 
 
This returns just  Which means that this tag is allowed only at top level of description, never inside parameter of some tag.  | |
Generated by PasDoc 0.16.0.
