HtmlUnbind Method (DATATABLE)


10.5, PLBCMP GUI Only

 

The HtmlUnbind method removes the bind of the DATATABLE to a HTMLCONTROL. The DATATABLE must have the bind removed before binding to another HTMLCONTROL. The method uses the following format:

 

[label]

{object}.HtmlUnbind

[GIVING {return}]

 

Where:

label

Optional. A Program Execution Label.

object

Required. A DATATABLE object.

return

Optional. A Numeric Variable that returns a method result.

Flags Affected: EOS, OVER, ZERO

Note the following:

  1. The EOS flag is always cleared.

  2. A return of zero indicates success and a non-zero value is failure.

  3. The ZERO flag is set if the {return} value is zero.

  4. The OVER flag is set if the {return} variable is too small to receive the return value.

 

 

See Also: Method Syntax, DATATABLE Methods

 



PL/B Language Reference Sort Method (DATATABLE) Undo Method (DATATABLE)