ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
StringEndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one of the character strings in an array....
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
Constants for manging the replication
List of constants used by the functions for managing the replication....
grColor (Function)
Returns and initializes the color of different chart elements.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described programmatically....
fDelete (Function)
Deletes a file accessible from the current computer.
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
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.).