ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Assignment of RETURN
The return value of the process currently run can be assigned...
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
ShellExecute (Function)
Opens a document in its associated application.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
LooperDelete (Function)
Deletes a row from a Looper control.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
TimeToInteger (Function)
Converts a time to an integer.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
MemFound (Function)
Checks whether the sought element was found.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).