AnyDAC
ContentsIndexHome
PreviousUpNext
TADMetaInfoCommand.ConnectionName Property

Specifies connection name.

Group
Links

The ConnectionName property value specifies the name of the connection. It must match to the:

  • name of one of connection definitions, either stored in external file or created on fly;
  • ConnectionName of one of the TADConnection objects.

Alternatively may be specified the Connection property value. The ConnectionName property value must be specified before Preparecall. If is specified the name of one of connection definitions, then AnyDAC will transparently create connection object and link it with command.

property ConnectionName: String;

Connection, Prepare

What do you think about this topic? Send feedback!