Please enable JavaScript to view this site.

ESL Documentation

Object Inquiry Built-in Function

Return whether a table column can be directly resized.

(column COL_ID of TABLE_NAME is resizeable)

COL_ID

The identifier for a column.

TABLE_NAME

The identifier for a table.

Description

This built-in function returns true only if the column can be directly resized by the user. The whole table must allow column resizing if you want individual columns to be resizeable.