What is the getRecord() 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 getRecord() method?
Rating:
The getRecord() method is a method of the RecordStore class. It returns a copy of the specified record. The general syntax of this method is as follows:
Here, the recordid parameter specifies ID (unique number) of the record to be extracted.
It returns null if there is no record at the specified recordid.
Rating:
Was this information helpful?
Other articles
- What is MMAPI?
- What is the nextFrame() method?
- What is the start() method?
- What is the notifyDestroyed() method?
- What is the getConstraints() method?