ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipOpen (Example)
Usage example of the zipOpen function
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
MatDelete (Function)
Deletes an existing matrix.
HRegenerateFile (Function)
Regenerates a data file from its log.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
MySelf (Reserved word)
MySelf is used to handle the current control...
14. Managing the "Back" button in practice
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Designing a supercontrol
A supercontrol is an advanced type of control......
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
gpwAddUser (Function)
Adds a user to the User Groupware database.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
fClose (Example)
Usage example of the fClose function
Local procedure
Two types of procedures are available......
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.