ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
<Source>.SavePosition (Function)
Stores the current file context: current record, filter, pointers.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
<Source>.RestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
<Upload>.Delete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
fSplit (Function)
Splits a file into several files.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
1
2
3
4
5
6
211
>