Creating Objects

<< Click to Display Table of Contents >>

 

Creating Objects

Property

Description

ActivateStatus

Informs whether an object is created activated or deactivated

ClassName

Informs the class of the object to create

CreateNewObject

Informs whether an object must be created or not

Index

Informs the number of the next cell to fill, starting at 1 (one) and finishing at the equivalent value of the product among columns and rows. This value is updated automatically by the object whenever the CreateNewObject property is set to True. It can also be changed by script, thus updating all properties indicated on topic Tracking Cell Filling

NewObjectPathName

Informs the PathName property of the object just created to use with the GetChildObject method. This property is useful when accessing an object directly inside a container and changing its settings

ObjectName

Name of the next object to create. If its value is an empty String, the name of the object is automatically generated by the hpXContainer object in the format ContainerN, where N is an integer representing the index that identifies each cell on a grid

Reset

Removes all objects created, returning the object to its initial condition

Was this page useful?