System.Win.Mtsobj.TMtsAutoObject.CanBePooled
Delphi
function CanBePooled: Bool; virtual; stdcall;
C++
virtual System::LongBool __stdcall CanBePooled();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | System.Win.Mtsobj.pas System.Win.Mtsobj.hpp |
System.Win.Mtsobj | TMtsAutoObject |
Description
Returns whether the MTS Automation object can be pooled.
CanBePooled returns whether instances of the MTS Automation object can be pooled or not. CanBePooled is the equivalent of reading the Pooled property.