Data.Win.ADODB.TRDSConnection.AppServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TRDSConnection

Delphi

property AppServer: OleVariant read FAppServer;

C++

__property System::OleVariant AppServer = {read=FAppServer};

Description

Provides access to the application server communication interface.

Use AppServer to get direct access to the interface the ADO dataset uses to communicate with the application server. Use this property if you need to access additional properties or methods of the business object not related to Recordsets.