ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Miscellaneous Windows constants
List of constants used by the Windows functions....
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
AttributeMapping (Property)
The AttributeMapping property gets the value of the <Mapping> extension attribute.
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
MinimumLength (Property)
The Property MinimumLength allows you to know and modify the minimum length of an element.
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Alias (Property)
The Alias property gets the alias of an element.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
The Flexbox control
Flexbox is a standard layout system for web pages......
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
First project window
Examples for using the OLE DB provider for HFSQL
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
Programming patterns
CAUTION......