Data.DBXTransport.TTransportFilterCollection.RemoveFilter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveFilter(const Index: Integer): Boolean; virtual;

C++

virtual bool __fastcall RemoveFilter(const int Index);

Properties

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

Description

Removes a filter ID from the current filter collection.

The RemoveFilter method removes a filter ID from the current filter list, based on the index specified through the parameter. The entire list shifts up for all the elements situated after the argument. RemoveFilter returns True if the removal operation is successful, and False otherwise.

See Also