isAvail( )

Reflects the availability of the specified M-Business Client menu item—whether it is present—on the current device platform.

Interface

PODSMenuItem

IDL definition
PODSBoolean isAvail();
JavaScript synopsis
menuitem.isAvail()
C synopsis
PODSBoolean PODSgetEnabled(PODSMenuItem* menuitem);
Parameters
  • menuitem   The PODSMenuItem object.

Returns

PODS_TRUE if the menu item is available on the current device platform; PODS_FALSE otherwise.