FindPropertyObject Function/text/sbasic/shared/03103900.xhpSun Microsystems, Inc.FindPropertyObject functionFindPropertyObject FunctionEnables objects to be addressed at run-time as a string parameter using the object name.See also: FindObjectSyntax:FindPropertyObject( ObjVar, PropName As String )Parameters:ObjVar: Object variable that you want to dynamically define at run-time.PropName: String that specifies the name of the property that you want to address at run-time.