short editField; 2 164 Item number -1 of current editText
item
short editOpen; 2 166 (used internally)
short aDefItem; 2 168 Default item for alerts and modal
DialogPtr myDlg;
DialogPeek myDlgPeek;
myDlgPeek = (DialogPeek)myDlg;
myDlgPeek->aDefItem = 12;
// To query the contents of a field, you can use type coercion:
i = ((DialogPeek)myDlg)->aDefItem;