Data.DBXTransport.TTransportFilterTools.HasNoFilter
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TTransportFilterTools |
Delphi
class function HasNoFilter(const Buffer: TArray<Byte>): Boolean; static;
C++
static bool __fastcall HasNoFilter(const System::DynamicArray<System::Byte> Buffer);
Description
Verifies whether the argument's header is NO FILTER PRESENT.
The HasNoFilter method returns True if the argument's header is NO FILTER PRESENT, and False otherwise.