|
Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
|
TdjWebComponentHolders is a class that manages a list of TdjWebComponentHolder objects. More...
Public Member Functions | |
| Boolean | Contains (const string WebComponentName) |
| Checks if the specified web component name exists. | |
TdjWebComponentHolders is a class that manages a list of TdjWebComponentHolder objects.
It inherits from TObjectList to provide functionality for handling collections of components.
| Boolean TdjWebComponentHolders::Contains | ( | const string | WebComponentName | ) |
Checks if the specified web component name exists.
| WebComponentName | The name of the web component to check. |