Bde.DBTables.TDatabase.HandleShared

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HandleShared: Boolean read FHandleShared write FHandleShared default False;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDatabase

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