Data.DBXTransport.TTransportFilterTools.HasNoFilter

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also