Property Object

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.

Properties

Name The name of the object for indentification in the collection.
AsString Represents the contents of the field as a string.
AsLong Represents the contents of the field as an integer number.
AsDouble Represents the contents of the field as an real number.
AsBoolean Represents the contents of the field as a boolean value.

Remarks

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