Bde.DBTables.TDatabase.HandleShared

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TDatabase

Delphi

property HandleShared: Boolean read FHandleShared write FHandleShared default False;

C++

__property bool HandleShared = {read=FHandleShared, write=FHandleShared, default=0};

Description

Specifies whether to share a database handle.

Use HandleShared to indicate that a database component can share its BDE handle in a session component. Set HandleShared to true to avoid namespace conflicts for database components that appear in a remote data module, or that appear in data modules you inherit from the Object Repository.

See Also