|
|
|
|
|
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).
// Initialize the value of "EDT_Customer" with its initial value EDT_Customer = EDT_Customer.InitialValue
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|