Multiple choice technology packaged enterprise solutions

You have been asked to gather information from a page with multiple scroll levels, which one the following commands is NOT used to traverse through the buffer?

  1. Getrecord

  2. Getrow

  3. Getcomponent

  4. Getfield

  5. Getlevel

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

In PeopleCode, GetLevel, GetRow, GetRecord, and GetField are standard classes and methods used to traverse the buffer hierarchy. There is no Getcomponent function or method used for buffer traversal; components are accessed via different APIs.