getTablePageSize()

Get the number of visible rows of the table or tree.

Syntax

getTablePageSize(
   name  ) RETURNS INTEGER
  1. name is the name of the table or tree.

Usage

You can use it to get the page size of a specified table or tree in an application to test this action in a scenario. For example:

CALL ggc.getTablePageSize("items") RETURNING pageSize