Saves a string that can later be retrieved by name using the PropertyGet method.
Syntax
object.PropertySave (propertyName, value)
The PropertySave method syntax has the following parts:
Part |
Description |
object |
An object of type PDElement. |
propertyName |
A string. |
value |
A string. A subsequent use of the PropertyGet method that specifies a property name of propertyName will return value. |
See Use the Amos Graphics classes to create user-defined properties