FireDAC.Comp.Client.TFDMemTable.Filter

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDMemTable

Delphi

property Filter;

C++

__property Filter = {default=0};

Description

Defines an expression used to restrict the set of visible records in a TFDMemTable.

When filtering is enabled, only records that satisfy the filter expression are included in the dataset’s active view.

See Also