This property is not supported in web tests (including cross-platform web tests) that use XPath expressions and CSS selectors to locate web elements. This property can be only used in tests that locate web objects by using internal identification properties provided by TestComplete. |
Description
Returns the title of a calendar event specified by its index.
Declaration
TestObj.wEventTitle(Index)
Read-Only Property | String |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Index | [in] | Required | Integer |
Applies To
The property is applied to the following object:
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Parameters
The property has the following parameter:
Index
Specifies the index of the event whose name you want to obtain. The index is zero-based, that is, the first event has index 0, the second - 1, the third - 2, and so on. The total number of events within the visible date interval is specified by the wEventCount
property.
If the specified event does not exist, an error occurs.
Property Value
A string holding the event name.
See Also
wEventCount Property (Specific to AngularUI Calendar Controls)
ClickEvent Action (Specific to AngularUI Calendar Controls)