ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
WinCopyForm (Function)
In french: FenCopieFormulaire
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.
Example
// 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.
Component: wd290obj.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help