PickedRectHeight Property

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

Returns the height of the selected rectangular area.

Declaration

componentPropObj.PickedRectHeight
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 PickedRectHeight property to get the height of the selected rectangle.

Property Value

The height (in pixels) of a rectangular area selected using the TRectObjectPicker component.

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
PickedRectTop Property
PickedRectBottom Property
PickedRectLeft Property
PickedRectRight Property

Highlight search results