ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
XMLChild (Function)
Positions on the first child element of current element.
iParameterPDF (Function)
Defines the options for the generated PDF file.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
tapiOrigin (Function)
Allows you to determine the type of call (incoming or outgoing).
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Page>.OpenChild (Function)
Opens a non-modal child window.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.