Skip to content

Name - cObject

Returns the full name of the object including parentage

Type: Property
Access: Read-Only
Data Type: String
Parameters: None

Syntax

Property String Name
Access Type Syntax
Read Access: Get Name to StringVariable

Description

Name returns the full name (including parentage) of the object. Each part of the name is separated by a period. This method is often useful when debugging an application.

Get Focus of Desktop to hoFocus
Get Name of hoFocus to sName
showln "The focus is currently at " sName

See Also

Object_Label | Name | Object_Id | ObjectClass | IsObjectOfClass | ClassSuperClass | IsClassOfClass