Bug TsEdit Password

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #37143
    Stephane Senecal
    Participant

    TsEdit password show stars when it should displays dots.

    I had fixed it in the vcl by removing “if FPasswordChar <> #0 then SendMessage(Handle, EM_SETPASSWORDCHAR, Ord(FPasswordChar), 0);” in the function TCustomEdit.CreateWnd in StdCtrls.pas file.

    It would be nice if it was fixed in TsEdit also.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    #55591
    Support
    Keymaster

    Hello!

    What is value of the PasswordChar property used for showing of dots?

    #55588
    Stephane Senecal
    Participant

    The asterisk *

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    #55598
    Stephane Senecal
    Participant

    I forgot to say that I'm using Delphi 7.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    #55619
    Support
    Keymaster

    Hello!

    How you changed vcl sources? I have changed them, but new code is not used in compiling of application…

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.