TROPoolBehavior
Overview
Enum for possible type of pool behaviour for pooled class factory TROPooledClassFactory in case when pool became full.
Location
- Unit: uROClassFactories.pas
Value | Description |
---|---|
pbCreateAdditional | Will be creted additional instance. |
pbFail | Exception EROPoolNoFreeObjects will be raised. |
pbWait | Process will wait untill some instance well be freed. |