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