Simple Edit Buttons Foundation Class
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
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). 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
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Classes