ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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
// Save the position
nPos is int = HSavePosition(Customer, Name)
...
// Processes
...
// Delete the useless position
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 by programming will be automatically deleted when the application is closed
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/07/2023

Send a report | Local help