[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TDataSet.Filtered

Is the filter active or not.

Declaration

Source position: db.pas line 1742

public property TDataSet.Filtered : Boolean
  read FFiltered
  write SetFiltered
  default False;

Description

Filtered determines whether the filter condition in TDataset.Filter is applied or not. The filter is only applied if the Filtered property is set to True. If the Filtered property is False, the Filter property is ignored.

See also

TDataset.Filter

  

Filter to apply to the data in memory.

TDataset.FilterOptions

  

Options to apply when filtering


Documentation generated on: May 14 2021