Class TTagVector
Unit
PasDoc_TagManager
Declaration
type TTagVector = class(TObjectVector)
Description
All Items of this list must be non-nil TTag objects.
Hierarchy
Overview
Methods
Description
Methods
|
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 0.15.0.
|