Filter Property
Excludes records that do not meet the criteria in the specified expression. Available at design time; read-write at run time.
DataEnvironment.Cursor.Filter[ = cExpr]
Property Values
- cExpr
Any Visual FoxPro expression, typically an expression that operates on a set of records.
Remarks
Mimics the behavior of SET FILTER.
Note When the Cursor object is accessed using CURSORSETPROP( ), the Filter property is read-only at run time.
See Also
Applies To: Cursor | CURSORSETPROP( ) Function