PickedRectRight Property

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

Returns the horizontal (X) coordinate of the right edge of the selected rectangular area.

Declaration

componentPropObj.PickedRectRight
Read-Only Property String
componentPropObj     One of the objects listed in the Applies To section  

Applies To

The property applies to the following components:

TRectObjectPicker

Description

The TRectObjectPicker component allows you to select a rectangular area on the screen. Use the PickedRectRight property to get the horizontal coordinate of the right edge of the selected rectangle.

Property Value

The horizontal coordinate of the right edge of the selected rectangular area, relative to the screen.

Remarks

To obtain a reference to the selected object, pass the resultant name to the eval (JavaScript, JScript, Python, C#Script, C++Script), Eval (VBScript) or Evaluate (DelphiScript) function. These functions are provided by the scripting engines. For detailed information about getting an object reference from a name, see the TRectObjectPicker description.

See Also

TRectObjectPicker Object
PickedRectWidth Property
PickedRectHeight Property
PickedRectTop Property
PickedRectBottom Property
PickedRectLeft Property

Highlight search results