Datasnap.Win.MtsRdm.TMtsDataModule.CanBePooled

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.Win.MtsRdm.pas
Datasnap.Win.MtsRdm.hpp
Unit: Datasnap.Win.MtsRdm
Parent: TMtsDataModule

Delphi

function CanBePooled: Bool; virtual; stdcall;

C++

virtual System::LongBool __stdcall CanBePooled();

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