Getting a Pointer to the Current Field

Using the form pointer passed to the form, field, or event function, you can get the pointer to the current field. To get the pointer to the current menu field for the menu form, call:

MFIELDPTR curmfldp(mfmp)

MFORMPTR mfmp;        /* Pointer to the current menu form        */


Home Contents Previous Next