PropertyInformation Interface Reference

Contains information about an object's properties that is available in the Designer. More...

List of all members.

Properties

LPUNKNOWN R _NewEnum []
 Returns the enumerator for the collection.
VARIANT R Item [[in] long Index] []
 Returns the specified item in the collection.
long R Count []
 Returns the number of items in the collection.
BSTR R Text []
 Returns the name of the property or the category.
BSTR R DefaultValueAsString []
 Default value of the property in string format.


Detailed Description

Contains information about an object's properties that is available in the Designer.

See also:
Design::Properties.
A PropertyInformation object can represent a single property or an category of properties.

A category of properties is a collection of PropertyInformation objects.

Since:
1.1.17.


Property Documentation

LPUNKNOWN R _NewEnum

Returns the enumerator for the collection.

Since:
1.1.17.

long R Count

Returns the number of items in the collection.

Returns 0 if the object represents a single property.

Since:
1.1.17.

BSTR R DefaultValueAsString

Default value of the property in string format.

Since:
1.1.17.

VARIANT R Item[[in] long Index] (  ) 

Returns the specified item in the collection.

Since:
1.1.17.

BSTR R Text

Returns the name of the property or the category.

Since:
1.1.17.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:13:02 2015. (C) Veretennikov A. B. 2004-2015