Build Information
Author |
Fred McGuirk |
Date |
Oct 30, 2006 |
Outputfile |
PvxResource.pvc |
Forcelinenumbers |
false |
Methods
FUNCTION addMember()
Increment the count of children for this resource
|
FUNCTION addToChildList(name$)
Add the resource name the the list of children for this resource
|
FUNCTION getMemberCount()
Export all information gathered about this resource.
|
|
Returns The number of child resources for this resource.
|
FUNCTION getName$()
Returns The name of this resource.
|
FUNCTION setProperties(init_propertyList, init_resourceName$, init_fullPath$)
Set the properties of this resource
|
Parameter | Description |
init_propertyList |
A reference to a [ProvideX Library Class:*obj/group] that holds the properties for this resource. |
init_resourceName$ |
The name of this resource |
init_fullPath$ |
The path to this resource within the project |
|