Share via


FormDataSource.removeFilter Method

Definition

Resets the query for the data source.

public:
 override void removeFilter();
public override void removeFilter ();
override this.removeFilter : unit -> unit
Public Overrides Sub removeFilter ()

Remarks

This method is called when a user clicks the Cancel Filter command in the shortcut menu on a form control. The removeFilter method can be overridden on a form data source. Right-click the Methods node under the data source, point to Override Method, and then click removeFilter. For example, removeFilter removes all modifications to the original query that is generated by the FormDataSource.init method.

Applies to