Daraja HTTP Framework 3.0.7-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

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.

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.