TGEditButton

From Gestinux Wiki
Revision as of 12:13, 21 November 2012 by Tintinux (talk | contribs) (Created page with "This is a TGLabel with a button and either a text box or a label to display a code label. The hint of the Button is searched in the language file. Unlike the TEditButton...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a TGLabel with a button and either a text box or a label to display a code label.

The hint of the Button is searched in the language file.

Unlike the TEditButton, the button is just beside the caption, because we think that this is more ergonomic and reduce mouse moves for users.

An event is called when the Button is clicked. The property DirectInput allows or not entry in the text box. When you can only select a limited set of codes set this property to False. When it is False, or when the property ReadOnly is true, the Edit Box is not visible.

Like for the TGEdit the order of components should be different for RTL languages, in the future.