GetNamePath Method

Applies to TestComplete 15.63, last modified on April 23, 2024

Returns the string used to represent the collection in the User Forms editor.

Declaration

collectionObj.GetNamePath()
collectionObj     One of the objects listed in the Applies To  
Result     String  

Applies To

This method applies to the following objects:

TcxEditButtons, TcxRadioGroupItems

Description

The GetNamePath method returns the string that represents the item collection in the User Forms editor.

Return Value

The string that contains the name of the component that owns the given collection, followed by a dot and the name of the component’s property that provides access to this collection.

Highlight search results