Table of Content
HAL Forum
procedure KeyPadEnter (
integer WindowID)
Description:
Simulates ENTER button pressing event on specified window's active field.
Parameters:
WindowID The window that will receive the event
global
procedure IVDClassToolKeyPadEnter()
BEGIN
  KeyPadEnter(CurWindow);
  RETURN;
END;  
Related topics:
««