Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables storing and retrieving custom data in the project definition when a project is loaded.
Syntax
protected void loadProject(str buffer)
Run On
Called
Parameters
- buffer
Type: str
A string that contains the custom data that was saved in the project by saveProject.
Remarks
This method is called when a project is loaded. By overriding saveProject and loadProject, a user can store and retrieve custom data in the project definition.
You must call super() for the project to continue loading.