ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
HFreePosition (Function)
In french: HLibèrePosition
ODBCNot available with this kind of connection
Deletes a position saved by HSavePosition. Used to free the memory allocated to the management of positions.
Example
// Sauvegarde de la position
nPos is int = HSavePosition(Client, Nom)
...
// Traitements
...
// Suppression de la position devenue inutile
HFreePosition(nPos)
Syntax
<Result> = HFreePosition(<Position>)
<Result>: Boolean
  • True if the specified position has been deleted,
  • False otherwise. HError returns more details about the problem.
<Position>: Integer
Number of a position that was saved beforehand, returned by HSavePosition.
Remarks
Positions not deleted through programming will be automatically deleted when the application is closed.
Business / UI classification: Business Logic
Component: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help