isAvail()

Reflects the availability of the specified M-Business Client menu—whether it is present on the current platform and has not been removed.

Interface

PODSMenu

IDL definition
PODSBoolean isAvail();
JavaScript synopsis
menu.help
C synopsis
PODSBoolean* PODSisAvail(PODSMenu* menu);
Parameters
  • menu   The PODSMenu object.

Returns

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