ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
grDestinationWnd (Function)
Defines a window as chart destination.
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
grDestinationControl (Function)
Defines an Image control as destination of a chart.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
grDraw (Function)
Draws a chart according to the specified parameters.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
grDestinationWMF (Function)
Defines a meta file as chart destination.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
HCancelSeek (Function)
Cancels the current search criterion.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HChangeKey (Function)
Changes the browse item.