What is the deleteRecord() 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 deleteRecord() method?
Rating:
The deleteRecord() method is a method of the RecordStore class. It is used to delete a record from a given record store. The general syntax of this method is as follows:
Here, the recordid parameter identifies the record to be deleted.
Rating:
Was this information helpful?
Other articles
- What is the Alert class?
- What is the getRecord() method?
- What is the isColor() method?
- What is the getPriority() method?
- What is an exception?