Data.DBXTransport.TTransportFilter.IsClientInstance
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
| Unit: Data.DBXTransport | |
| Parent: TTransportFilter | |
Delphi
function IsClientInstance: Boolean; virtual;
C++
virtual bool __fastcall IsClientInstance();
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.