IDLitComponent Properties
IDLitComponent objects have the following properties. Properties with the word "Yes" in the "Get" column of the property table can be retrieved via IDLitComponent::GetProperty. Properties with the word "Yes" in the "Init" column of the property table can be set via IDLitComponent::Init. Properties with the word "Yes" in the "Set" column in the property table can be set via IDLitComponent::SetProperty.
Note
For a discussion of the property description tables shown below, see About Object Property Descriptions.
Objects of this class have the following properties.
COMPONENT_VERSION
A integer value representing the version of the component object. This value is set automatically and is intended to aid in determining how a component object should be restored by the Restore method.
DESCRIPTION
A string giving the full name or description of this object.
HELP
A scalar string representing the help topic associated with this object. If this property is not set, or is set to a null string, then the object class name will be used as the default help topic.
ICON
A string specifying the name of an icon to be associated with this object. Typically, this property is the name of a bitmap file used when displaying this object in a tree view. See System Resources (iTool Developer's Guide) for details.
IDENTIFIER
A string containing the object identifier for this object. If this property is not specified, then the NAME property is used as the identifier. See iTool Object Identifiers (iTool Developer's Guide) for details about how identifiers are named.
NAME
A string giving the human-readable name of this object.
PRIVATE
A boolean value that indicates whether the object should be marked as private. Objects marked private (and all of their children) are not displayed in the graphical iTool browser windows.
UVALUE
A value of any type containing any information you wish.
Note
Object references or pointers contained in the UVALUE property are not automatically cleaned up when the IDLitComponent object is destroyed.