Filter Dialog Box Button Foundation Class
Category | Data Query |
---|---|
Default Catalog | Visual FoxPro Catalog\Foundation Classes\Buttons |
Class | _filterbutton |
Base Class | CommandButton |
Class Library | _table2.vcx |
Parent Class | _dialog boxbutton |
Sample | ...\Samples\Solution\Ffc\datasort.scx |
Remarks
This class is a button that, when clicked, displays a dialog box that enables you to filter data in a particular field.
To use, drop the class on a project or form or, from the Component Gallery Item Shortcut Menu, select Add to Project or Add to Form. When you add the class to a form, Visual FoxPro places a button on the form. When you drop the class on a project, you can choose between adding the class or creating a subclass.
Properties, Events, Methods | Description |
lExprDialog box property | Internal to the class. |
cExprClass property | Internal to the class. |
cFilterClass property | Internal to the class. |
See Also
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Foundation Class Samples