Data.SqlExpr.TConnectionData.Properties

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TConnectionData

Delphi

property Properties: TDBXProperties read GetProperties write SetProperties;

C++

__property Data::Dbxcommon::TDBXProperties* Properties = {read=GetProperties, write=SetProperties};

Description

Specifies the properties of the connection.

Use the Properties property to get or set the driver-level name/value pair property settings.

See Also