TurboDB VCL Component Library

TTdbBatchMove.Filter

TTdbBatchMove

Previous  Top  Next

Defines a filter-condition for the records to be imported or exported.

Delphi syntax:

property Filter: String;

C++ syntax:

__property AnsiString Filter = {read=GetFilter, write=SetFilter};

Description

Set Filter to restrict the set of records to be transferred. Filter is a search-condition as described in "Search-Conditions".