ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 24252627282024SaaS
// Open a new child window OpenChild(WIN_Child, sFileName) {sFileName}..X = 10 // {sFileName} = alias of the window
// -- Opening code of WIN_Child PROCEDURE WIN_Child(sFileName) MySelf.Alias = sFileName // Define the alias // Changes the title of the window that was just opened {sFileName}..Title = "File = " + {sFileName}..Alias
// Retrieve the value of a control passed as parameter ValueEdit1 is string = PageParameter(EDT_Edit1.Alias)
Getting the alias of a window Hide the details
Alias of the window,Empty string ("") if the specified window has no alias.
Name of the window used. This parameter can be equal to:MySelf. If you want to get the alias of the current window, for example.an indirection to the alias of the window. The alias will be known at runtime. The name of the alias is unknown when the code is compiled.
Changing the alias of a window Hide the details
New window alias.
Getting the alias of the current Dynamic Tab control pane Hide the details
Alias of the dynamic tab pane.
Name of the current Tab control pane identified by the following syntax: <Tab control>[<Tab control>]
Changing the alias of the current Dynamic Tab control pane Hide the details
New alias of the dynamic tab pane.
Getting the internal HTML/JavaScript name of an element Hide the details
Name of the element used in the HTML or JavaScript code.
Name of the desired control or page.
Differences between the Name and Alias properties
Last update: 04/17/2024
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: