GetBGColorColumn Method (LISTVIEW)
PLBCMP GUI Only
The GetBGColorColumn method returns the column number for the special column that was inserted for the background color column 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 Numeric Variable that returns the background color column number.
Flags Affected: OVER, ZERO
Note the following:
The ZERO flag is set when the {return} value is zero.
The OVER flag is set if the value returned is too big to be stored into the {return} variable.
See Also: Method Syntax, LISTVIEW Methods
![]() |