title

The title for the PODSToolbar object on the M-Business Client toolbar.

Interface

PODSToolbar

IDL definition
attribute PODSString title;
JavaScript synopsis
tbar.title
tbar.title = name
C synopsis
PODSString PODSgetTitle(PODSToolbar* tbar);
void PODSsetTitle(
  PODSToolbar* tbar,
  PODSString name
);
Parameters
  • tbar   The PODSToolbar object.

  • name   [in] The title to set.

Returns

Getter: The title for the PODSToolbar object.

Setter: None