Data.DBXTransport.TTransportFilter.ClientInstance

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TTransportFilter

Delphi

property ClientInstance: Boolean read IsClientInstance;

C++

__property bool ClientInstance = {read=IsClientInstance, nodefault};

Description

Specifies whether the transport filter instance is running on the client side.

The ClientInstance property specifies whether the transport filter instance is running on the client side. ClientInstance is set to True if the transport filter instance is running on the client side, or to False if it is running on the server side.

See Also