Previous Topic

Next Topic

Inhoudsopgave

Book Index

TInfoForm Object

Description

Use the InfoForm Object to activate an instance of a standard Info form and to populate it with data from your database. You can use the Info form to view specific information or as a basis for performing a lookup. In addition, you can use presets to enable users to narrow down the data selection in the Info form. All standard grouping, sorting, search, filter functionalities will be available in the form.

The TInfoFormObject inherits its class from the TForm object. You can use all properties, procedures and functions available as TForm components in the TInfoFormObject. Please refer to the Components section for more information on the controls and components you can use to build custom forms and which properties, methods and events are available.

Remarks

Use an SQL Select statement to query the data in your database, or use presets to populate the Info form. It is not possible to combine both. See the Code Snippets section.

In this folder

Properties

Methods

Code Snippets