SETPAGINATION

Enable or disable pagination.

Syntax

SETPAGINATION(value)

Arguments

value - Set to TRUE to enable pagination.

Example

SETPAGINATION(TRUE)
//Enables pagination

SETPAGINATION(FALSE)
//Disables pagination

Last updated

Was this helpful?