Form properties
Forms provide the following properties:
- Commands
- Functions
- IsOpen
- IsChanged
- Procedures
Commands
The Commands property provides access to the list of commands that are defined by the form. Refer to Commands to learn more about using commands in your application.
Functions
The Functions property provides access to the list of form-level functions that are defined by the form. Refer to Functions for more information about functions.
IsChanged
The IsChanged property has the value true if the change flag for the form is set, and false if it is not. The change flag is automatically set to true when any field value for the form has changed.
IsOpen
The IsOpen property has the value true if the form is open, and false if it is not.
Procedures
The Procedures property provides access to the list for form-level procedures that are defined by the form. Refer to Procedures to learn more about using procedures.
Tables
The Tables property provides access to the list of tables that are attached to the form. Refer to Working with Tables and Tables for more information about using the tables attached to forms.