buttonForName( )

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

Interface

PODSToolbar

IDL definition
PODSButton buttonForName(PODSString name);
JavaScript synopsis
tbar.buttonForName(name)
C synopsis
PODSButton* PODSbuttonForName(
  PODSToolbar* tbar,
  PODSString name
);
Parameters
  • tbar   The PODSToolbar object.

  • name   [in] The name of the desired PODSButton object.

Returns

The PODSButton object for the specified name.

See also

buttonForIndex( ), buttonCount