( |
|
|
|||
Performs a "Select All" text editor method 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: |