AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
HFreePosition (Function)
ODBCNo disponible con este tipo de conexión
Deletes a position saved by HSavePosition. Used to free the memory allocated to the management of positions.
Ejemplo
// Save the position
nPos is int = HSavePosition(Customer, Name)
...
// Processes
...
// Delete the useless position
HFreePosition(nPos)
Sintaxis
<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.
Observaciones
Positions not deleted through programming will be automatically deleted when the application is closed.
Clasificación Lógica de negocio / UI: Lógica de negocio
Componente: wd300hf.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local