ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventCreate (Function)
Creates an event.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
ToastDisplay (Function)
Displays a "Toast" message.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Image (Property)
The Image property gets and sets the background image of a control or block.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
SemaphoreCreate (Function)
Creates a semaphore.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Reintegrating translated text into a project
Once the translation of framework libraries ("......
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Using several libraries in an application
A library is a WDL file that contains all the resources......
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.