Copies the content of a form into the clipboard.
Remarks:
- The copied content can be pasted into another form via WinPasteForm.
- You can also copy the content of a form via the AAF (Automatic Application Feature) for copying forms.
// Copies the form values
WinCopyForm(WIN_EnterName)
Syntax
WinCopyForm([<Window name>])
<Window name>: Optional character string
Name or alias of the window to be used. If this parameter is not specified or if it corresponds to an empty string (""), the current window is handled.
Remarks
The supported types of controls are:
- Edit controls,
- Radio buttons/Check boxes,
- Sliders, round sliders,
- Calendars,
- Editable combo boxes.