The Property object represents a certain property of an object. An instance of theProperty object can be retrieved by using the CreateProperty method for all objects except collections, or from the Properties collection.
Name | The name of the object for indentification in the collection. |
AsString | Represents the contents of the property as a string. |
AsLong | Represents the contents of the property as an integer number. |
AsDouble | Represents the contents of the property as an real number. |
AsBoolean | Represents the contents of the property as a boolean value. |
Property objects can be built-in or user-defined.
To create a user-defined Property object for one of the objects, call the CreateProperty method of this object, and then add it to the Properties collection with the Append method. Only user-defined objects can be removed from teh Properties collection.
See Also |
Properties Object, Append Method, CreateProperty Method |