Giới Thiệu · plist Class for REALbasic
The plist class for REALbasic allows you to easily maintain an Apple-standard plist preferences file in your REALbasic application. With a wealth of methods to aid you, you can easily maintain plist files from the simple to the complex. The preferences are kept in memory. Therefore, when your application quits, just call the Save method and the preferences will be saved - it's that easy!
- Several Get methods for getting data
- Several Set methods for setting data
- Append methods for dealing with arrays
- Parent/child structure patterned after the FolderItem class