Class TPasMethods

Unit

Declaration

type TPasMethods = class(TPasItems)

Description

Collection of methods.

Hierarchy

Overview

Methods

Public function FindListItem(const AName: string; Index: Integer): TPasMethod; overload;

Description

Methods

Public function FindListItem(const AName: string; Index: Integer): TPasMethod; overload;

Find an Index-th item with given name on a list. Index is 0-based. There could be multiple items sharing the same name (overloads) while method of base class returns only the one most recently added item.

Returns Nil if nothing can be found.


Generated by PasDoc 0.16.0.