Skip to main content

TdxServerModeCustomDataSource.Connection Property

Specifies an object that establishes a connection to a source of data (a database).

Declaration

property Connection: TCustomConnection read; write;

Property Value

Type
TCustomConnection

Remarks

Use this property to specify a TCustomConnection descendant to establish a connection to a specific database.

See Also