Table of Content
HAL Forum
procedure KeyPadSelectAll (
integer WindowID)
Description:
Performs a "Select All" text editor method 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:
««