ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
PhoneNumber (Property)
The PhoneNumber property is used to get and change a phone number.
fDateTime (Example)
Usage example of the fDateTime function
iCreateFont (Example)
Usage example of the iCreateFont function
iBorder (Example)
Usage example of the iBorder function
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HReadSeek (Example)
Usage example of the HReadSeek function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
Attribute (Property)
The Attribute property is used to manage attributes.
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Alignment
The Alignment property is used to align elements.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
grColor (Function)
Returns and initializes the color of different chart elements.
fUnlock (Function)
Entirely or partially unlocks an external file.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.