|
|
|
|
|
- Overview
- Programming in WLanguage
- Passing parameters to an internal page
Manipulating Internal Page controls programmatically
The Internal Page control is used to display an existing internal page. Several operations can be performed on the Internal Page control programmatically. Warning: Do not confuse "Internal Page control" and "Internal Page": the "Internal Page" control is a type of control, and the "Internal Page" is a type of page.. Passing parameters to an internal page To pass parameters to an internal page, we advise you to: - Create an initialization procedure in the internal page.
- Call this procedure in the page that contains the "Internal Page" control.
Example:
MaPageInterne.Init(Param1, Param2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|