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:

 

[label]

{object}.GetColResizeFlag

[GIVING {return}] USING [*Index=]{index}

 

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:

  1. The {index} column value is limited to thirty-two (32) columns.

  2. Upon completion, {return} is zero value when the {index} column cannot be resized by an end user.

  3. If {return} is too small to contain the value, the OVER Condition Flag is set.

  4. The EOS Condition Flag is always cleared.

 

 

See Also: Method Syntax, SetColResizeFlag Method, LISTVIEW Methods

 



PL/B Language Reference GetBGColorColumn Method (LISTVIEW) GetColumnCount Method (LISTVIEW)