Multiple choice technology programming languages

Function to displays an icon to indicate the current row in a DataWindow

  1. SetRowFocusIcon

  2. SetRowFocusIndicator(RowFocusInd focusindicator {, integer xlocation {, integer ylocation } }

  3. ShowIcon

  4. ShowRowFocusIcon(RowFocusInd focusindicator {, integer xlocation {, integer ylocation } }

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

SetRowFocusIndicator is the DataWindow function that displays an icon to indicate the current row. The function accepts a RowFocusInd parameter to specify the indicator type (arrow, hand, focus rectangle, etc.) and optional x/y coordinates for positioning.