Class TTagVector
Unit
Declaration
type TTagVector = class(specialize TObjectList<TTag>)
Description
List of TTag objects (only non-nil).
Source: source/component/PasDoc_TagManager.pas (line 300).
Hierarchy
- TObject
- TList
- TObjectList
- TTagVector
Show Additional Members:
Overview
Methods
| Public | function FindByName(const Name: string): TTag; |
Description
Methods
| Public | function FindByName(const Name: string): TTag; |
|
Case of Name does not matter (so don't bother converting it to lowercase or something like that before using this method). Returns nil if not found. Maybe in the future it will use hashlist, for now it's not needed. | |
Generated by PasDoc 1.0.2.