formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | User Interface
Description
This will create a new, empty menu with the specified title. The title should be a C string.
Plugin Prototype
fzrt_menu_ptr fzrt_menu_create(
char * | menuTitle ) |
Parameters
menuTitle [Input, Optional]
C style string to use as menu title.
Returns
pointer to a new menu, NULL if unsuccessful
Availability
5.0.0.0
See Also
Function Set
Defined in