ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / New features
  • Overview
  • New WLanguage functions
  • Improved WLanguage functions
  • New WLanguage properties
  • New advanced types of WLanguage
  • Improved advanced WLanguage types
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
Overview
In version 2024, new functions, properties and data types have been introduced and some have been improved.
New WLanguage functions
WINDEVWindows New WLanguage functions for WINDEV applications on Windows:
ArrayToParametersConverts an array of elements into a list of parameters.
AuthImportTokenCreates a webservice access token from an description token in JSON format.
Belgium.CheckTaxNumberTeste la validité d'un numéro fiscal en Belgique.
Brazil.CheckTaxNumberTeste la validité d'un numéro fiscal au Brésil.
Canada.checkTaxNumberTests the validity of a Canadian tax number.
CodeWLanguageMetEnFormePut in HEX@ a WLanguage code: coloring, standardized rewriting, indentation, translation, etc.
CurrentDayReturns the number of the current day in the current month.
DateToDateInYearReturns the number of the day in the year corresponding to a given date.
France.checkTaxNumberTests the validity of a French tax number.
Germany.checkTaxNumberTests the validity of a tax number in Germany.
grHistoTypeBarDefines the type of bar to be used in a histogram plot.
grWaffleSizeDefines the number of rows and columns in a Waffle graph.
grWaffleTypeCellDefines the Geometry of cells in a Waffle graph.
GuidedTourInfoReturns information about a guided tour.
GuidedTourStepChangeModifies the current step of the guided tour.
InGuidedTourModeIndicates whether a guided tour is running.
Italy.CheckTaxNumberTeste la validité d'un numéro fiscal en Italie.
SaaSChangePasswordChanges the password of the connected user.
SaaSCheckServiceChecks the access rights of the user to a service of the SaaS site.
SaaSClientConnexionReturns the characteristics of the connection to the client database.
SaaSConnectAuthenticates a user of a SaaS site beside the SaaS webservice that manages the site.
SaaSConnectedUserReturns the user currently connected via SaaSConnect.
SaaSDisconnectDisconnect the user of a SaaS site beside the SaaS web service that manages the site.
SaaSIsConnectedDefines whether the connection to the SaaS web service is still established.
SaaSReadSiteParameterReads an information specific to the client for the current SaaS site.
SaaSSendSecurityCodeSends the security code to the user so that he can change his password.
SaaSWriteSiteParameterSaves a specific information for a SaaS site in the configuration of a client account.
Spain.checkTaxNumberTests the validity of a tax number in Spain.
Switzerland.CheckTaxNumberTeste la validité d'un numéro fiscal en Suisse.
TourGuideStartStarts the guided tour and displays the first stage.
TourGuideStopStops the specified tour or the tour in progress.
UnitedStates.CheckTaxNumberTeste la validité d'un numéro fiscal aux Etats_Unis.
WLanguageCodeGetCSSDeclarationsReturns the CSS style sheet corresponding to a theme in the WLanguage code.
New WLanguage functions (prefix syntax) for WINDEV applications on Windows:
.HistoTypeBarreDefines the type of bar to be used in a histogram plot.
.WaffleSizeDefines the number of rows and columns in a Waffle graph.
.WaffleTypeCellDefines the Geometry of cells in a Waffle graph.
.StopStops the specified tour or the tour in progress.
ChangeStepModifies the current step of the guided tour.
InfoReturns information about a guided tour.
StartStarts the guided tour and displays the first stage.
MetEnFormePut in HEX@ a WLanguage code: coloring, standardized rewriting, indentation, translation.
WINDEVLinux New WLanguage functions for WINDEV applications on Linux:
ArrayToParametersConverts an array of elements into a list of parameters.
Belgium.CheckTaxNumberTeste la validité d'un numéro fiscal en Belgique.
Brazil.CheckTaxNumberTeste la validité d'un numéro fiscal au Brésil.
Canada.checkTaxNumberTests the validity of a Canadian tax number.
CurrentDayReturns the number of the current day in the current month.
DateToDateInYearReturns the number of the day in the year corresponding to a given date.
France.checkTaxNumberTests the validity of a French tax number.
Germany.checkTaxNumberTests the validity of a tax number in Germany.
grHistoTypeBarDefines the type of bar to be used in a histogram plot.
grWaffleSizeDefines the number of rows and columns in a Waffle graph.
grWaffleTypeCellDefines the Geometry of cells in a Waffle graph.
Italy.CheckTaxNumberTeste la validité d'un numéro fiscal en Italie.
Spain.checkTaxNumberTests the validity of a tax number in Spain.
Switzerland.CheckTaxNumberTeste la validité d'un numéro fiscal en Suisse.
UnitedStates.CheckTaxNumberTeste la validité d'un numéro fiscal aux Etats_Unis.
New WLanguage functions (prefix syntax) for WINDEV applications for Linux:
.HistoTypeBarreDefines the type of bar to be used in a histogram plot.
.WaffleSizeDefines the number of rows and columns in a Waffle graph.
.WaffleTypeCellDefines the Geometry of cells in a Waffle graph.
WINDEVJava New WLanguage functions for WINDEV applications on Java:
InGuidedTourModeIndicates whether a guided tour is running.
Improved WLanguage functions
WINDEVWindowsLinux The following functions have been modified in this version:
AAFDisableNew constant aafAutoFilterOnKeystroke which allows switching to filter mode in a column of a Table control when entering from the keyboard.
AIDetectModelManaging the "onnx" neural network.
AIDetectModelManaging the "onnx" neural network.
AIDetectModelManaging the "onnx" neural network.
fReadLineNew syntax for reading an row via an Procedure WLanguage.
grColumnSpacingNow lets you define the spacing between cells in a Waffle graph.
grCreateNew constant to manage Waffle graphs.
grSeriesTypeNew constant to manage Waffle graphs.
grTooltipNew constant to manage Waffle graphs.
grTypeNew constant to manage Waffle graphs.
PDFExtractPageNew syntax for extracting a page from a PDF document (Variable of type pdfDocument) under Geometry of Image.
PDFSignNew syntax for signing PDF documents (Variable type pdfDocument).
PDFToTextNew syntax for obtaining the text of a page in a PDF document (Variable type pdfDocument).
SysWindowsVersionNew constant sysNativeProcessor to know the processor of the current station.
Java The following functions have been modified in this version:
fReadLineNew syntax for reading an row via an Procedure WLanguage.
New WLanguage properties
WINDEVWindows New WLanguage properties:
FlexAlignContentThe Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
FlexAlignItemsThe Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").
FlexAlignSelfThe Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
FlexColumnGapThe Property FlexColumnGap allows you to know and modify the width of the gutter which separates the elements in the same row of a control Flexbox.
FlexDirectionThe Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").
FlexGrowThe FlexGrow property allows you to know and modify the growth factor of a control present in a row of a control c00 Flexbox.
FlexJustifyContentThe Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
FlexRowGapThe Property FlexRowGap allows you to know and modify the height of the gutter which separates the lines of a control Flexbox.
FlexShrinkThe Property FlexShrink allows you to know and modify the reduction factor of a control present in a row of a control Flexbox.
FlexWrapThe Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").
GraduationXThe Property GraduationX allows you to know the graduation step on the X axis.
GraduationYThe Property GraduationX allows you to know the graduation step on the Y axis.
GraduationYSecondaryThe Property GraduationYSecondaire allows you to know the step of the graduation on the secondary Y axis.
New advanced types of WLanguage
WINDEVWindows New WLanguage types for WINDEV applications:
GuidedTourThe GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
GuidedTourStepThe GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
WLanguageCodeFormattingThe WLanguageCodeFormatting type is used to define all the HEX@ parameters of the WLanguage code.
Improved advanced WLanguage types
WINDEVWindowsLinux The following advanced types have been improved for WINDEV applications:
httpRequestProperty ProcedureTrace: New HEX@ constant allowing you to obtain detailed information on the execution of the request (cURL/OpenSSL low-level error, current step, warnings, etc.).
restRequestProperty ProcedureTrace: New HEX@ constant allowing you to obtain detailed information on the execution of the request (cURL/OpenSSL low-level error, current step, warnings, etc.).
Minimum version required
  • Version 28
Comments
Click [Add] to post a comment

Last update: 11/16/2023

Send a report | Local help