Daraja Framework
1.2
HTTP server framework for Object Pascal
|
Holds a reference to a web component class and its instance. More...
Public Member Functions | |
TdjGenericHolder (const TInterfacedClass AClass) | |
Create a TdjGenericHolder. | |
![]() | |
TdjLifeCycle () | |
Constructor. | |
Start () | |
Start the handler. More... | |
Stop () | |
Stop the handler. More... | |
Boolean | IsStarted () |
Boolean | IsStopped () |
Public Attributes | |
string | Name |
![]() | |
Boolean | Started |
True if the state is "started". More... | |
Boolean | Stopped |
True if the state is "stopped". More... | |
Additional Inherited Members | |
![]() | |
DoStart () | |
Execute the custom start code. | |
DoStop () | |
Execute the custom stop code. | |
CheckStarted () | |
Raises an exception if the lifecycle is in "started" state. | |
CheckStopped () | |
Raises an exception if the lifecycle is in "stopped" state. | |
Holds a reference to a web component class and its instance.
string TdjGenericHolder::Name |
Referenced by TdjWebComponentHandler::TdjWebComponentHandler(), and TdjWebComponentHolder::TdjWebComponentHolder().