ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
  • Types of controls taken into account
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
WinPasteForm (Function)
In french: FenColleFormulaire
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.
Example
// 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.
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