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