TGEdit

From Gestinux Wiki
Revision as of 12:00, 21 November 2012 by Tintinux (talk | contribs) (Created page with "This is like the TLabelEdit of Delphi, but not implemented in the same way. It is simply made of a TLabel and a TEdit. The caption of the label is searched in the language f...")
(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.

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.