What is the getConstraints() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the getConstraints() method?
Rating:
The getConstraints() method is a method of the TextField class. It is used to extract the value of a constraint from a TextField. A constraint is used to restrict the type of data that a TextField can accept. Some of these constraints are listed below:
- ANY
- PASSWORD
- EMAILADDR
- PHONENUMBER
Rating:
Was this information helpful?
Other articles
- What is the deleteRecord() method?
- What is the HttpsConnection interface?
- What is the setTicker() method?
- What is the prevFrame() method?
- What is the Sprite?