ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
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).
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
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).
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Managing space characters in the searches?
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
HRSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
<Connection variable>.RSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
<List Box>.Sort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
End of break block
The End of break block is optional......
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
1
4
5
6
7
8
130
>