Skip to main content

TdxCustomMemData.ProgrammedFilter Property

Determines the manner in which the ExpressMemData is filtered.

Declaration

property ProgrammedFilter: Boolean read; write;

Property Value

Type
Boolean

Remarks

This property is used for faster filtering. If this property is set to True, the OnFilterRecord event does not fire so you can select the records for the list of filtered records provided by the FilterList property. Otherwise, the list is generated automatically with the help of the OnFilterRecord event.

See Also