GetAttributeColumn Method (LISTVIEW)


PLBCMP GUI Only

 

The GetAttributeColumn method returns the column number used for the attribute column in a LISTVIEW object. The method uses the following format:

 

[label]

{object}.GetAttributeColumn

[GIVING {return}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A LISTVIEW object that is accessed.

return

Optional. A Numeric Variable that returns the attribute column number.

Flags Affected: OVER, ZERO

Note the following:

  1. The ZERO flag is set when the {return} value is zero.

  2. The OVER flag is set if the value returned is too big to be stored into the {return} variable.

 

 

See Also: Example Code, Method Syntax, LISTVIEW Methods



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