TGEditButton

From Gestinux Wiki
Revision as of 18:11, 4 November 2014 by Tintinux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is a TLabel with a TBitBtn, and either a Tedit text box or a TLabel to display readonly.

There is a Translate procedure, as in all other data entry components. In addition to TGEdit translations, the hint of the TBitBtn is translated also.

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.

See also

TGFileEdit

Other data entry components