Table of Content
HAL Forum
function Integer WindowActiveButton (
Integer wn)
Description:
Returns no. of pushed button
Parameters:
wn Window Number
global
procedure RestAccPushButtons()
begin
  Integer wn,ab;
  record RestAccVc RestAccr;
  
  wn = CurWindow;
  GetWindowRecord(wn,RestAccr);
  ab = WIndowActiveButton(wn);
  return;
end;

Related topics:
««