AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: Binding functions
27 resultados
<Page>.FromFile (Función)
Actualiza automáticamente los controles de una página con:
  • los valores de los elementos vinculados en el registro actual (cargado en memoria) del archivo de datos descrito en el editor de modelo de datos. Esta operación se realiza independientemente del estado de los controles (en gris, inactivos o invisibles).
  • los valores de las variables WLanguage vinculadas. Esta operación se realiza independientemente del estado de los controles (en gris, inactivos o invisibles).
<Page>.FromSource (Function)
Automatically updates the controls of a page with:
  • the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
  • the values of the bound WLanguage variables.
<Page>.ToFile (Función)
Se inicializa automáticamente:
  • el valor de los elementos de un archivo de datos con el valor de los controles de la página. Los elementos del archivo de datos vinculados a los controles de la ventana se actualizan automáticamente con los valores de dichos controles.
  • el valor de las variables WLanguage con el valor de los controles de la ventana. Las variables WLanguage vinculadas a los controles de página se actualizan automáticamente con los valores de dichos controles.
Esta operación se realiza independientemente del estado de los controles (en gris, inactivos o invisibles).
<Page>.ToSource (Función)
Se inicializa automáticamente:
  • el valor de los elementos de un archivo de datos con el valor de los controles de la página.
  • el valor de las variables WLanguage con el valor de los controles de la página.
<Source>.FromPage (Función)
Se actualiza automáticamente:
  • el valor de los elementos de un archivo de datos con el valor de los controles de la página.
  • el valor de las variables WLanguage con el valor de los controles de la página.
<Source>.FromWindow (Function)
Automatically initializes:
  • the values of a data file's items in memory with the values from the controls in the window.
  • the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages.
<Source>.ToPage (Función)
Actualiza automáticamente los controles de una página con:
  • los valores de los elementos vinculados en el registro actual (cargado en memoria) del archivo de datos HFSL descrito en el editor de modelo de datos.
  • los valores de las variables WLanguage vinculadas.
Esta operación se realiza independientemente del estado de los controles (en gris, inactivos o invisibles).
<Source>.ToWindows (Función)
Inicializa automáticamente los controles de una ventana con:
  • los valores de los elementos vinculados en el registro actual (cargado en memoria) del archivo de datos HFSL descrito en el editor de modelo de datos.
  • los valores de las variables WLanguage vinculadas.
<Window>.FromFile (Función)
Actualiza automáticamente los controles de una ventana o página con:
  • los valores de los elementos vinculados en el registro actual (cargado en memoria) del archivo de datos descrito en el editor de modelo de datos.
  • los valores de las variables WLanguage vinculadas.
Esta operación se realiza independientemente del estado de los controles (en gris, inactivos o invisibles).
<Window>.FromSource (Function)
Automatically initializes the controls of a window with:
  • the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
  • the values of the bound WLanguage variables.
<Window>.ToFile (Función)
Se actualiza automáticamente:
  • los valores de los elementos de un archivo de datos en memoria con los valores de los controles de la ventana. Los elementos del archivo de datos vinculados a los controles de la ventana se actualizan automáticamente con los valores de dichos controles.
  • el valor de las variables WLanguage con el valor de los controles de la ventana. Las variables WLanguage vinculadas a los controles de la ventana se actualizan automáticamente con los valores de dichos controles.
Esta función también está disponible para las páginas WEBDEV.
<Window>.ToSource (Function)
Automatically initializes:
  • the values of a data file's items in memory with the values from the controls in the window.
  • the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages.
ControlToSource (Function)
Assigns the control value to the source of a control link.
FileToPage (Function)
Automatically updates the controls of a page with:
  • the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
  • the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
FileToScreen (Función)
Actualiza automáticamente los controles de una ventana o página con:
  • los valores de los elementos vinculados en el registro actual (cargado en memoria) del archivo de datos descrito en el editor de modelo de datos.
  • los valores de las variables WLanguage vinculadas.
Esta operación se realiza independientemente del estado de los controles (en gris, inactivos o invisibles).
Link functions
Link functions are used to link the interface with the data files and vice versa. These functions are as follows:
Link functions (prefix syntax)
Link functions are used to link the interface with the data files and vice versa.
PageFromSource (Function)
Automatically updates the controls of a page with:
  • the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
  • the values of the bound WLanguage variables.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
PageToFile (Function)
Automatically updates:
  • the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls.
  • the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
PageToSource (Function)
Automatically updates:
  • the value of the items in a data file with the value of the controls in the page.
  • the value of the WLanguage variables with the value of the page controls.
ScreenToFile (Function)
Automatically updates:
  • the values of a data file's items in memory with the values from the controls in the window.
  • the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages.
ScreenToSource (Function)
Automatically initializes:
  • the values of a data file's items in memory with the values from the controls in the window.
  • the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages.
SourceFromPage (Function)
Automatically updates:
  • the value of the items in a data file with the value of the controls in the page.
  • the value of the WLanguage variables with the value of the page controls.
SourceFromWindow (Function)
Automatically initializes:
  • the values of a data file's items in memory with the values from the controls in the window.
  • the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages.
SourceToPage (Function)
Automatically updates the controls of a page with:
  • the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
  • the values of the bound WLanguage variables.
SourceToScreen (Function)
Automatically updates the controls in a window or page with:
  • the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
  • the values of the bound WLanguage variables.
WindowFromSource (Function)
Automatically initializes the controls of a window with:
  • the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
  • the values of the bound WLanguage variables.