TGEdit

From Gestinux Wiki
Revision as of 20:41, 7 February 2013 by Tintinux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is like the TLabelEdit of Delphi, but not implemented in the same way.

It is simply made of a TLabel and a TEdit.

There is a Translate procedure, as in all other data entry components. The caption of the label is searched in the language file (see TGLabel). The hint of the TEdit also.

Currently the TLabel is on the left and the TEdit on the right. If someone implements it, we should put the TLabel on the right and the TEdit on the left for RTL languages.

In addition, there is a column between TLabel and TEdit. When TEdit has a Max number of characters, it's width is reduced to the useful value.

Other data entry components