ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
Page templates
WEBDEV allows you to create page templates...
zipSelectFile (Function)
Selects files from an archive.
SysDir (Function)
Returns the path of a system directory.
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
MemFound (Function)
Checks whether the sought element was found.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
ErrorThrow (Function)
Throw a non-fatal error.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
ThreadPause (Function)
Pauses the current thread during the specified duration.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Push notification
A mobile device can receive push notifications......
Time management help
Time management is extremely important......
NumberInWords (Function)
Converts a number to words.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
How to perform a full file browse?
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
Properties associated with reports and controls
List of properties associated with the reports and their controls...
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.