Used plist Class for REALbasic for Mac? Share your experience and help other users.
Developer’s Description
By MacCrafters
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
Used plist Class for REALbasic for Mac? Share your experience and help other users.