Multiple choice technology programming languages

Which method will be used to change the datawindow query at runtime?

  1. ModifyQuery()

  2. Modify()

  3. Change()

  4. ChangeQuery()

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

In PowerBuilder, the Modify() method is used to dynamically alter the properties of a DataWindow object at runtime, including modifying its SQL query. There are no standard PowerBuilder functions named ModifyQuery(), Change(), or ChangeQuery() for this purpose.