Share via


Simple Edit Buttons Foundation Class

When placed on a project or form, this class provides simple picture Add, Edit, Delete, Duplicate, Save, and Cancel buttons (as used by the Form Wizard).

Category

Data Editing

Default Catalog

Visual FoxPro Catalog\Foundation Classes\Buttons

Class

picformbtns

Base Class

Container

Class Library

wizbtns

Parent Class

gridbtns

Sample

...\Samples\Solution\Ffc\dataedit2.scx

Remarks

Use for simple forms based on a single table or view. For more information, view gridbtns in the Wizbtns.vcx class library in the Class Browser.

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 in a data environment, Visual FoxPro places the class buttons on the form. You can then provide any necessary input and output objects. When you drop the class on a project, you can choose between adding the class or creating a subclass.

See Also

Concepts

Guidelines for Using Visual FoxPro Foundation Classes

Reference

Visual FoxPro Foundation Classes A-Z

Other Resources

Foundation Class Samples