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:
|
|
|
|
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:
All of the indices are returned in a single DIM variable as a comma delimited string.
If {return} variable is too small to contain the delimited string, the EOS flag is set TRUE.
The OVER and ZERO Condition Flags are always cleared.
See Also: Method Syntax, LISTVIEW Methods
![]() |