ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MySelf (Reserved word)
MySelf is used to handle the current control...
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
zipFileSize (Function)
Returns the size of one of the archive files (in CAB, RAR, WDZ, ZIP, 7z, gzip, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
Border (Variable type)
The Border type is used to handle a border through programming...
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
ExtractLine (Function)
Extracts a specific line from a character string.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
HOut (Example)
Usage example of the HOut function