ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
WinInitialized (Function)
In french: FenInitialisée
Used to find out whether the "end of initialization" code was run for a window.
This function can be used to avoid filling some controls whose modification code is run before the end of opening (when restoring stored values for instance).
Example
// Modification code of the CBOX_Filtering check box
IF WinInitialized() = True THEN
FillList(CBOX_Filtering)
END
Syntax
<Result> = WinInitialized()
<Result>: Boolean
  • True if the end of initialization code of window was run,
  • False otherwise.
Component: wd290obj.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help