TGNavButtons

From Gestinux Wiki
Revision as of 14:26, 11 March 2013 by Tintinux (talk | contribs)
Jump to navigation Jump to search

This is a toolbar containing buttons to manage a dataset.

The hints are translated automatically from the language file. If the translation is not found in the form section, it is searched in the General section, so it is not necessary to provide translations for every form.

The buttons Add, Edit and Delete are visible only when they are linked to an event. An event must be written to perform these operations. These operations are not done like in dbNavigator, because Gestinux do not use TTable to manage data, but only TGquery.

There is also a button Export, visible when an event is attached, this event doing the export.

If TGNavButton has a datasource linked to a TGQuery, the buttons Next, Previous, First, Last do not require coding.

See also : Display only components