Daraja HTTP Framework 3.2.1-SNAPSHOT
HTTP server framework for Object Pascal
Loading...
Searching...
No Matches
TdjWebComponentHolders Class Reference

TdjWebComponentHolders is a class that manages a list of TdjWebComponentHolder objects. More...

Inheritance diagram for TdjWebComponentHolders:
TdjWebComponentHolder

Public Member Functions

 TdjWebComponentHolders ()
 Creates an owning list.
Boolean Contains (const string WebComponentName)
 Checks if the specified web component name exists.

Detailed Description

TdjWebComponentHolders is a class that manages a list of TdjWebComponentHolder objects.

It inherits from TObjectList to provide functionality for handling collections of components.

Constructor & Destructor Documentation

◆ TdjWebComponentHolders()

TdjWebComponentHolders::TdjWebComponentHolders ( )

Creates an owning list.

Passes an explicit comparer to the base constructor: on Delphi 2009 TObjectList<T>.Remove raises an AV with the implicitly created one.

Referenced by Contains().

Member Function Documentation

◆ Contains()

Boolean TdjWebComponentHolders::Contains ( const string WebComponentName)

Checks if the specified web component name exists.

Parameters
WebComponentNameThe name of the web component to check.
Returns
True if the web component name exists, otherwise False.

References TdjWebComponentHolders().