|
| ScreenToFile or ScreenToSource |
| Iniciado por guest, 28,feb. 2018 04:24 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 28,febrero 2018 - 04:24 |
Hello Gang !
What is the Difference between ScreenToFile and ScreenToSource ??
When to use ScreenToFile and When to use ScreenToSource ??
Any Suggestions Regarding Best Practice ??
Thanks |
| |
| |
| | | |
|
| | |
| |
| Publicado el 01,marzo 2018 - 12:13 |
Hi Binod,
The difference is...
ScreenToFile passes the values of linked controls to a data file ScreenToSource passes the values of linked controls to a variable (usually a structure or class)
If you use ScreenToSource, you will need to use MemoryToFile as well to pass the values to the data file
Links to the help file for further info... https://doc.windev.com/… http://doc.windev.com/en-US/…
In simple terms, using ScreenToSource allows you to separate (to an extent) your business logic from the GUI.
Thanks Ned |
| |
| |
| | | |
|
| | | | |
| | |
|