GetColumnOrderArray Method (LISTVIEW)


PLBCMP GUI Only, 9.4D

 

The GetColumnOrderArray method retrieves the indices for the current left-to-right order of the columns in a LISTVIEW object. The method uses the following format:

 

[label]

{object}.GetColumnOrderArray

[GIVING {return}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A LISTVIEW object that is accessed.

return

Optional. A Character String Variable that contains a comma delimited string of column indices.

Flags Affected: EOS, OVER, ZERO

Note the following:

  1. All of the indices are returned in a single DIM variable as a comma delimited string.

  2. If {return} variable is too small to contain the delimited string, the EOS flag is set TRUE.

  3. The OVER and ZERO Condition Flags are always cleared.

 

 

See Also: Method Syntax, LISTVIEW Methods

 



PL/B Language Reference GetColumnFormat Method (LISTVIEW) GetColumnText Method (LISTVIEW)