Development Environment Components

To create an application visual interface, forms and components are used.

The form designer includes the collection of components, which can be used to create custom dialog forms.

A component is an object that has the collection of properties, methods and events. A component can be visual or non-visual.

To set up most of component properties and events in the form design mode, use the object inspector.

Component properties determine its appearance (for visual components) and behavior.

Component events determine the system response to various user actions during their work with the form. Actions executed on occurrence of specific events are described in the procedures of the set format, that is, event handlers.

Component methods enable the user to generate specific events or execute various actions with a component or an object associated with the component.

A form also has a set of properties, methods and events.

Main operations that can be executed with components on form are described in the following subsections:

All components are grouped into the following categories:

See also:

Creating a Form and Components Layout | Developing User Application