PostgresDAC
TPSQLDatabase.Properties.HandleShared | Previous Next |
Specifies whether or not to share a database handle.
Syntax:
property HandleShared: Boolean;
Description:
Use HandleShared to indicate that a database component can share its handle.
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.