ComponentOne True DataControl 8.0
Filtered Property

 

Filtered Property

Enables/disables filtering.

Syntax

TData.Filtered = boolean

Remarks

Read/Write at run time and design time. Property applies to TData control and TDataLite control.

This property determines whether a TData control should apply filters.

If True, the control applies filters defined in the collection returned by the FilterExpressions property. It also fires the Filter event where records can be filtered in code.

If False, all filters are ignored and the Filter event does not fire. The default value is False.

See Also

TData Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback