ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
  • Types of controls taken into account
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
WinPasteForm (Function)
In french: FenColleFormulaire
Pastes the content of a form stored in the clipboard.
Remark: The content of the form has been copied beforehand:
  • by the WinCopyForm function.
  • by the AAF (Automatic Application Feature) for copying forms.
Example
// Copie les valeurs de formulaire
WinPasteForm() // équivalent à FenColleFormulaire(MaFenêtre)
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 is 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: wd300obj.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help