TROPoolBehaviorAttribute
Overview
Enum for possible type of pool behaviour for pooled class factory TROPooledClassFactory in case when pool became full.
Location
- Unit: uRORTTIAttributes.pas
Value | Description |
---|---|
pbaCreateAdditional | Will be created additional instance. |
pbaFail | Exception EROPoolNoFreeObjects will be raised. |
pbaWait | Process will wait untill some instance well be freed. |