ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • iFrame control
  • Chart control
  • Limits
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
InitialValue (Property)
In french: ValeurInitiale
The InitialValue property is used to get the initial value of a control in a window or page. This value corresponds to the initial value defined in the editor ("Content" tab of the control description window).
Example
// Initialiser la valeur du champ "SAI_Client" avec sa valeur d'origine
SAI_Client = SAI_Client.ValeurInitiale
Syntax
<Initial value> = <Control used>.InitialValue
<Initial value>: Any type
Initial value of specified control.
<Control used>: Control name
Name of the control to be used.
Remarks
WEBDEV - Server codeAjax

iFrame control

For an iFrame control, the InitialValue property corresponds to:
  • the name of the page displayed (name selected in the description window of iFrame control). For example: "MaPage1".
  • a full URL if the page displayed corresponds to a page of another Internet site.
WEBDEV - Server codeAjax

Chart control

For a Chart control, the initial value corresponds to the image displayed in the control background, selected when creating the window or the page.

Limits

WEBDEV - Server code In a page, the InitialValue property can only be used on:
  • an Edit control,
  • a formatted display control,
  • a Combo Box control,
  • a List Box control,
  • a Static Text control,
  • a Table control,
  • a Rich Text Area control,
  • a layout cell (if the cell is in stream mode).
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help