The IDLitComponent::GetPropertyAttribute procedure method retrieves property attribute values for a registered property.

Obj->[IDLitComponent::]GetPropertyAttribute, PropertyIdentifier [, TYPE=variable]

PropertyIdentifier

A string containing the property identifier of the registered property.

Keywords


Any keywords to the RegisterProperty method followed by the word “Get” can be retrieved. In addition, the following keyword is available:

TYPE

Set this argument to a named variable that returns the TYPE code as an integer, as specified under the Type argument to IDLitComponent::RegisterProperty.

Version History


6.0

Introduced