Datasnap.Win.MtsRdm.TMtsDataModule.CanBePooled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanBePooled: Bool; virtual; stdcall;

C++

virtual System::LongBool __stdcall CanBePooled();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.Win.MtsRdm.pas
Datasnap.Win.MtsRdm.hpp
Datasnap.Win.MtsRdm TMtsDataModule

Description

Returns whether the data module can be pooled when installed under COM+.

CanBePooled returns whether instances of the MTS data module can be pooled when installed under COM+. CanBePooled is the equivalent of reading the Pooled property.

See Also