Class TAnchorItem

Unit

Declaration

type TAnchorItem = class(TBaseItem)

Description

This item has no description. Showing description inherited from TBaseItem.

This is a basic item class, that is linkable, and has some RawDescription.

Source: source/component/PasDoc_Items.pas (line 998).

Hierarchy

Overview

Properties

Public property ExternalItem: TExternalItem read FExternalItem write FExternalItem;
Public property SectionLevel: Integer read FSectionLevel write FSectionLevel default 0;
Public property SectionCaption: string read FSectionCaption write FSectionCaption;

Description

Properties

Public property ExternalItem: TExternalItem read FExternalItem write FExternalItem;

This item has no description.

Source: source/component/PasDoc_Items.pas (line 1004).

Public property SectionLevel: Integer read FSectionLevel write FSectionLevel default 0;

If this is an anchor for a section, this tells section level (as was specified in the @section tag). Otherwise this is 0.

Source: source/component/PasDoc_Items.pas (line 1009).

Public property SectionCaption: string read FSectionCaption write FSectionCaption;

If this is an anchor for a section, this tells section caption (as was specified in the @section tag).

Source: source/component/PasDoc_Items.pas (line 1014).


Generated by PasDoc 0.17.0.snapshot.