Hi,

For TLabeledEdit, the properties echomode and autoselect are not published.

Attached patch fixes this.

Unless I misunderstand something, 'echomode=emNone' does not seem to work in 
GTK1,
it seems to do the same as setting the password char.

Also, on GTK1 setting the passwordchar has no effect. 
It's always the asterisk character, as soon as passwordchar is anything other 
than #0.

Michael.
Index: extctrls.pp
===================================================================
--- extctrls.pp	(revision 11019)
+++ extctrls.pp	(working copy)
@@ -918,6 +918,7 @@
   TLabeledEdit = class(TCustomLabeledEdit)
   published
     property Anchors;
+    property AutoSelect;
     property AutoSize;
     property BorderSpacing;
     property CharCase;
@@ -925,6 +926,7 @@
     property Constraints;
     property DragCursor;
     property DragMode;
+    property EchoMode;
     property EditLabel;
     property Enabled;
     property LabelPosition;

Reply via email to