( |
|
|
|||
Simulates DELETE button pressing event on specified window's active field. |
Parameters: | |
The window that will receive the event | |
global procedure IVDClassToolKeyPadDelete() BEGIN KeyPadSelectAll(CurWindow); KeyPadDelete(CurWindow); RETURN; END;
Related topics: |