Data.DBXTransport.TTransportFilter.IsServerInstance
Delphi
function IsServerInstance: Boolean; virtual;
C++
virtual bool __fastcall IsServerInstance(void);
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 server side.
The IsServerInstance method returns True if the filter instance is executed on the server side, False otherwise.