My situation is very simple. Please guide me. (x++/AX) I have a form, which includes a IntEdit control. User can type-in integer value in this control.
Meanwhile, I have another class, which has a method. This method needs to get the integer value from IntEdit control.
My question is: How to get the integer value of that form in this class?