Page 1 of 1

KOL

PostPosted: June 16th, 2006, 4:20 am
by Sina
hi
I don't know if you've used KOL or not but if yes you should've recognized that text boxes in KOL has styles like :1-just numbers 2-Password and ...
But how can we give these styles to a simple delphi textbox?
Regards

PostPosted: August 4th, 2006, 1:10 pm
by Kambiz
Handle OnKeyPress method to filter keystrokes as you wish.
In the other hand, text box control has a PasswordChar property for password entry.

PostPosted: August 6th, 2006, 10:21 am
by Sina
yes you're right thanks