PickedRectTop Property

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

Returns the vertical coordinate of the top edge of the selected rectangular area.

Declaration

componentPropObj.PickedRectTop
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 PickedRectTop property to get the top coordinate of the selection.

Property Value

The vertical coordinate of the top 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
PickedRectBottom Property
PickedRectLeft Property
PickedRectRight Property

Highlight search results