Data.DBXTransport.TTransportFilterTools.HasNoFilter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function HasNoFilter(const Buffer: TArray<Byte>): Boolean; static;

C++

static bool __fastcall HasNoFilter(const System::DynamicArray<System::Byte> Buffer);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilterTools

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