Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.09.17;
Скачать: CL | DM;

Вниз

Кодировка текста   Найти похожие ветки 

 
7D7   (2006-08-29 02:56) [0]

Хай мастера!
У меня возник простенький вопрос. Как сделать так, что бы при вводе в Edit, символы кодировались в вид типа "****" ?

Заранее блягодарен


 
Германн ©   (2006-08-29 03:18) [1]

property PasswordChar: Char;

Description

Use the PasswordChar property to create an edit control that displays a special character in place of any entered text. If PasswordChar is set to the null character (ANSI character zero), the edit control displays its text normally. If PasswordChar is any other character, the edit control displays PasswordChar in place of each character typed. PasswordChar affects the appearance of the edit control only. The value of the Text property reflects the actual characters that are typed.


 
7D7   (2006-08-29 07:57) [2]

а поподробнее можно на русском?


 
Elen ©   (2006-08-29 08:05) [3]


> 7D7


Для особо-русских :


procedure TForm1.FormCreate(Sender: TObject);
begin
Edit1.PasswordChar:="*";
end;

или это же свойство выставляеш в Object Inspectore


 
IceBeerg ©   (2006-08-29 15:53) [4]

А в IDE свойства Edit"а посмотреть слабо? %$$^%^*


 
Desdechado ©   (2006-08-29 16:21) [5]

> кодировались в вид типа "****"
Edit1.Text:=StringOfChar("*",Length(Edit1.Text));


 
IceBeerg ©   (2006-08-29 16:23) [6]


> Edit1.Text:=StringOfChar("*",Length(Edit1.Text));

8)))))
А как тогда декодировать!?



Страницы: 1 вся ветка

Текущий архив: 2006.09.17;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.034 c
8-1141571691
Sco
2006-03-05 18:14
2006.09.17
Взрыв


3-1152797535
samalex
2006-07-13 17:32
2006.09.17
не работает функция upper


1-1154509872
McSSN
2006-08-02 13:11
2006.09.17
Виртуальный конструктор Create класса TComponent


15-1156176174
X9
2006-08-21 20:02
2006.09.17
Рендеринг в файл с прозрачностью (3dsMax)


15-1156408984
ZMRaven
2006-08-24 12:43
2006.09.17
а куда девать излишки энергии ?