ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
15 results for: fic
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile...
<Source>.ChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
HChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
HDeleteFile (Function)
Deletes HFSQL tables (.fic, .ndx, .ftx, .sdx and .mmo files, if any) from the server.
<Connection variable>.DeleteFile (Function)
Deletes HFSQL tables (.fic, .ndx, .ftx, .sdx and .mmo files, if any) from the server.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.CheckIndex (Function)
... in the table (.FIC file).
HCheckIndex (Function)
... in the table (.FIC file).
HCreationIfNotFound (Function)
... (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation....
<Source>.CreationIfNotFound (Function)
... (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation....
<Connexion HFSQL>CheckAsynchronousIndex (Function)
contained in the HFSQL Client/Server table (.FIC file). This new function is available from WINDEV Suite...
HCheckIndexAsynchronous (Function)
contained in the HFSQL Client/Server table (.FIC file). This new function is available from WINDEV Suite...
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
HCopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server...