AddEditLabel
  • C++ Builder:
    C1 C3 C4 C5 C6 C2006 C2007 C2009 C2010 
  • Delphi:
    D1 D2 D3 D4 D5 D6 D7 D8 D2005 D2006 D2007 D2009 D2010 DPHP DPRISM Delphi/400 
  • Kylix:
    K1 K3 



EditLabel is a component that uses an Edit box placed inside a Panel.
The effect is of an Edit box with an attached Label that can be positioned Above, Below, Left, or Right of the Edit box. The Panel allows for a border to be placed around the Label using the Bevel Properties. The Label can be Justified to the Left, Center, Right or Top, Center, Bottom of the Edit box depending on the Label position. The Label background and the caption can be colored as desired, as can the border around the Label. The Edit box can change color when it receives Focus and given another color when not focused.
Both the Label and the Edit box have their own Font properties.
The Width of the component is governed by the Width of the Edit box.

  • Category:
    Edits/Combos
  • Author:
    (More by this author)
  • Info:
    Freeware
  • Date added:
    28 August, 2002 23:09
  • Views:
    1457
  • Downloads:
    650
UsefulnessPoor
DocumentationPoor
StabilityPoor
ValuePoor
Ease of UsePoor
Level of Use
1 people have rated this applicaton
Total Average
 
You can submit your own rating, for this you must be logged in.
Files:
Related Downloads
LabelComps  - 07 September, 2002 - Steven Waugh

Data-aware and NonData-aware components with labels. Included are: EditLabel DBEditLabel MemoLabel DBMemoLabel Labels can have a border with adjustable colors. Label background and text color adjustable. Label can be Above, Below,...

Related Information
  • KEEPING ITEMS IN EDIT BOXES (2002-08-28 17:37:48)
    have you tried a TMaskEdit (from the Additional component tab)? Set the Editlabel to: 000.000.000.000;1;_ make sure you replace the underscore...
  • CONNECTION TO PORT 25! (2006-05-02 04:33:18)
    // save like MainUnit.pas unit MainUnit; interface uses inifiles, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls,...
  • HOW TO FIRE ONCHANGE (2008-07-03 00:42:57)
    procedure TMyCodigo.KeyPress(var Key: Char); begin If (Key = #13) And (Length(Text) = 8) Then Begin GetSQL; Change; End;...
  • TLABELEDEDIT UNDER RUNTIME (2008-07-16 00:12:14)
    Hello, I'm not facing this problem in my PC, when I compile the EXE and trying to execute it on another PC I got the mention message error....
Categories

Latest Forum Entries