Class TTagVector

Unit

Declaration

type TTagVector = class(TObjectVector)

Description

All Items of this list must be non-nil TTag objects.

Hierarchy

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 0.16.0.