Skip to content

IsColumnFocusable - cCJGridColumn

Returns True if the column is focusable and visible

Type: Function
Return Data Type: Boolean

Syntax

Function IsColumnFocusable Returns Boolean

Call Example

Get IsColumnFocusable to BooleanVariable

Description

IsColumnFocusable can be used to test if a column can take the focus. It returns true if the column is visible (pbVisible) and focusable (pbFocusable).

Return Value

Returns True if the column is visible and focusable.