RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDatabase.HandleShared Property

Specifies whether to share a database handle.

Pascal
property HandleShared: Boolean;
C++
__property Boolean HandleShared;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!