How to work with Edit Box properties
To work with Edit Box properties
Text : When the user inputs the data into the edit box, the text properties will modify the words
MaxLength: Determine how many characters to be inserted into the edit box
CharCase: Set the characters to capital letters (ecUpperCase ), (ecUpperCase) small letters, or (ecNormal) normal characters.
ReadOnly: If selected TRUE as Read Only, user will not be able to edit the texts.
Font: Determine the font size
AutoSize: Make the text control adjust to its size automatically, so the client area accommodates the height and width of the field value.
Passwordchar: Use the PasswordChar property to create an edit control that displays a special character in place of any entered text.
No comments:
Post a Comment