Data.DBXTransport.TTransportFilter.IsClientInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsClientInstance: Boolean; virtual;

C++

virtual bool __fastcall IsClientInstance();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilter

Description

Returns whether the filter instance is executed on the client side.

The IsClientInstance method returns True if the filter instance is executed on the client side, False otherwise.

See Also