Returns a pointer to the current menu field or pushbutton on a form
| Call | |
| #include <vv_form.h> | |
| MFIELDPTR curmfldp(fmp) | |
| Returns | |
| POINTER | A pointer to the current menu field or pushbutton on the form. |
| Description
curmfldp() returns a pointer to the current menu field or pushbutton on the specified data or menu form. |
|
| Related Functions | |
| Cautions
curmfldp() should only be called for a form that (1) is already displayed, (2) is a Designer form, or (3) for which fm_ready() or mn_ready() has already been called. curmfldp() is a macro and does no error checking. Macros are not listed by the VCS error reporting system. |
|