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
  • Improved 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.checkTaxNumberTests the validity of a tax number in Belgium.
BitcoinCoreBlockCountReturns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
BitcoinCoreConfigureSpecifies Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
BitcoinCoreDateTimeLatestBlockReturns the date and time when the last block was created.
BitcoinCoreHashRateReturns the number of times the sha256 function had to be calculated per second to calculate the last block.. This number corresponds to a proof of work.
Brazil.checkTaxNumberTests the validity of a tax number in Brazil.
Canada.checkTaxNumberTests the validity of a Canadian tax number.
CodeWLanguageMetEnFormePut in Geometry 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.
dpDriveConnectCreate a connection to an Drive Dropbox.
DriveCopyDirectorycopy a directory on the Drive to another directory on the Drive (remote disk).
DriveCopyFilecopy a single file from the remote disk to another directory on the remote disk.
DriveCreateDirectoryCreates a directory on the remote disk.
DriveCreateFileCreates a file on the remote disk.
DriveDeleteDirectoryDeletes a directory (and the files it contains) on an Drive (remote disk).
DriveDeleteFileDeletes a file on the remote disk.
DriveListeDirectoryLists the directories of an Drive.
DriveListeFileLists files in an Drive directory.
DriveListeFileGglLists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
DriveMoveDirectoryMove a directory and its contents to another directory on the same Drive (remote disk).
DriveMoveFileMoves a file present in an Drive directory to another directory on this Drive (remote disk).
DriveRecoverDirectoryRetrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation.
DriveRecoverFileRetrieves a file from an Drive (remote disk) and saves it on the user's workstation.
DriveRecoverFileGglRetrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
DriveRenameRenomme un fichier ou un répertoire sur un disque distant.
DriveSendFileSends a file (present on the user's machine) to an Drive (remote disk).
DriveUploadDirectoryEnvoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant.
France.checkTaxNumberTests the validity of a French tax number.
Germany.checkTaxNumberTests the validity of a tax number in Germany.
GglDriveConnectCreates a connection to an Drive Google Drive.
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.checkTaxNumberTests the validity of a tax number in Italy.
oDriveConnectCreates a connection to an Drive OneDrive.
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.checkTaxNumberTests the validity of a tax number in Switzerland.
TourGuideStartStarts the guided tour and displays the first stage.
TourGuideStopStops the specified tour or the tour in progress.
U.S.VerifyTaxNumberTests the validity of a US tax number.
UTF8ValidTests the validity of a string in UTF8 format.
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.
PageExtractExtracts a page from a PDF file in a variable of type Image.
SignApplies an approval signature to an existing PDF.
ToTextExtract the text contained in an Document PDF.
MetEnFormePut in Geometry 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.checkTaxNumberTests the validity of a tax number in Belgium.
BitcoinCoreBlockCountReturns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
BitcoinCoreConfigureSpecifies Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
BitcoinCoreDateTimeLatestBlockReturns the date and time when the last block was created.
BitcoinCoreHashRateReturns the number of times the sha256 function had to be calculated per second to calculate the last block.. This number corresponds to a proof of work.
Brazil.checkTaxNumberTests the validity of a tax number in Brazil.
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.
DriveListeFileGglLists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
DriveRecoverFileGglRetrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
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.checkTaxNumberTests the validity of a tax number in Italy.
Spain.checkTaxNumberTests the validity of a tax number in Spain.
Switzerland.checkTaxNumberTests the validity of a tax number in Switzerland.
U.S.VerifyTaxNumberTests the validity of a US tax number.
UTF8ValidTests the validity of a string in UTF8 format.
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.
PageExtractExtracts a page from a PDF file in a variable of type Image.
ToTextExtract the text contained in an Document PDF.
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.
NumToStringConversion format can be defined using Variable type NumericFormat.
PDFExtractPageNew syntax for extracting a page from an Document PDF (Variable of type pdfDocument) as an Image.
PDFSignNew syntax for signing PDF documents (Variable type pdfDocument).
PDFToTextNew syntax to obtain the text of an Document PDF page (Variable of 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.
PlanActifThe Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
Improved WLanguage properties
WINDEVWindows The following WLanguage properties have been improved:
OrientationTitleIt is now possible to orient the title of each column of an Table control or hierarchical table..
New advanced types of WLanguage
WINDEVWindows New WLanguage types for WINDEV applications:
DriveThe Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
gglDriveThe type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
GglFileThe GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
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.
NumericFormatThe NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
WLanguageCodeFormattingThe type WLanguageCodeFormatting allows you to define all the setting parameters in Geometry 06500740072007900 of the WLanguage code.
WINDEVLinux The new WLanguage types for WINDEV applications for Linux are:
DriveThe Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
gglDriveThe type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
GglFileThe GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
NumericFormatThe NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
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: 12/05/2023

Send a report | Local help