( |
|
|
|||
Returns no. of pushed button |
Parameters: | |
Window Number | |
global procedure RestAccPushButtons() begin Integer wn,ab; record RestAccVc RestAccr; wn = CurWindow; GetWindowRecord(wn,RestAccr); ab = WIndowActiveButton(wn); return; end;
Related topics: |