RemoveImageList Method (TABCONTROL)


PLBCMP GUI Only, 9.4C

 

The RemoveImageList method deletes an IMAGELIST from a TABCONTROL object. The method uses the following format:

 

[label]

{object}.RemoveImageList

[GIVING {return}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A TABCONTROL object that is accessed.

return

Optional. A Numeric Variable that indicates the success or failure of the method.

Flags Affected: EOS, OVER, ZERO

Note the following:

  1. If the value returned is zero, the ZERO Condition Flag is set.

  2. If the execution of the method successfully removes an imagelist from the TABCONTROL, the {return} value is one (1). If the method does not remove an imagelist, the {return} value is zero (0).

  3. The OVER Condition Flag is set if the {return} value is too large to be stored without truncation.

  4. The EOS Condition Flag are always cleared.

  5. This method is not available when using the PL/B Web Server.

 

 

See Also: Method Syntax, TABCONTROL Methods

 



PL/B Language Reference InsertTab Method (TABCONTROL) SetImageList Method (TABCONTROL)