GetColResizeFlag Method (LISTVIEW)
9.1A, PLBCMP GUI Only
The GetColResizeFlag method retrieves the current status flag that indicates whether a specified column in a LISTVIEW object can be resized. The method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A LISTVIEW object that is accessed.
return
Optional. A Numeric Variable that returns the column's resize state.
index
Required. A zero-based decimal number or Numeric Variable that specifies the column accessed.
Flags Affected: EOS, OVER, ZERO
Note the following:
The {index} column value is limited to thirty-two (32) columns.
Upon completion, {return} is zero value when the {index} column cannot be resized by an end user.
If {return} is too small to contain the value, the OVER Condition Flag is set.
The EOS Condition Flag is always cleared.
See Also: Method Syntax, SetColResizeFlag Method, LISTVIEW Methods
![]() |