The ObjectLastChild attribute function determines the last child object in the order sequence of the child objects that is derived from ClassName.
Syntax | ||||
ObjectLastChild(ClassName) | ||||
Return value | ||||
Object |
The returned object is Typeless and must be assigned or Typed through a Typecast before using a TCE object variable. | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
ClassName |
String |
ByVal |
The class name of the class matching the object. |