Pastes the content of a form stored in the clipboard.
Remark: The content of the form was previously copied:
- by the WinCopyForm function.
- by the AAF (Automatic Application Feature) for copying forms.
// Copies the form values
WinPasteForm() // equivalent to WinPasteForm(MyWindow)
Syntax
WinPasteForm([<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
Types of controls taken into account
The supported types of controls are:
- Edit controls,
- Radio buttons/Check boxes,
- Sliders, round sliders,
- Calendars,
- Editable combo boxes.