buttonForIndex( )

Gets the PODSButton object from the M-Business Client toolbar for a specified index value.

Interface

PODSToolbar

IDL definition
PODSButton buttonForIndex(PODSUInt16 index);
JavaScript synopsis
tbar.buttonForIndex(index)
C synopsis
PODSButton* PODSbuttonForIndex(
  PODSToolbar* tbar,
  PODSUInt16 index
);
Parameters
  • tbar   The PODSToolbar object.

  • index   [in] The index value for the desired PODSButton object.

Returns

The PODSButton object for the specified index value.

See also

buttonForName( ), buttonCount