Returns the number of the current item on the form
| Call | |
| #include <vv_form.h> | |
| int curitemnum(fmp) | |
|
FORMPTR fmp |
Pointer to a data form or menu form |
| Returns | |
| INT | An integer corresponding to the number of the current item on the form |
| Description
curitemnum() returns the number of the current item on the specified data or menu form. Items include data fields, pushbuttons, memo fields, menu fields, and scrollable regions. |
|
| Related Functions | |
| Cautions
curitemnum() is a macro and does no error checking. Macros are not listed by the VCS error reporting system. |
|