Code: Select all
error XS0029: Cannot implicitly convert type 'string' to 'char' 221,5 frmMain.prg frmMain:InitializeFormCode: Select all
SELF:otxtPassword:Location := System.Drawing.Point{120 , 80}
SELF:otxtPassword:Name := "txtPassword"
SELF:otxtPassword:PasswordChar := '*' && <- line 221, error
SELF:otxtPassword:Size := System.Drawing.Size{248 , 20}
SELF:otxtPassword:TabIndex := 8
SELF:Controls:Add(SELF:otxtPassword)

