PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Get description of data file
Get description of data file
Iniciado por guest, 26,jun. 2015 08:43 - 2 respuestas
Publicado el 26,junio 2015 - 08:43
It is possible to get description of data file (reflection)? I need enumerate all columns of the data file. Is it possible somehow?
Publicado el 26,junio 2015 - 08:48
Hi,

Use 'HListItem' for this.

http://doc.windev.com/en-US/…

Kind regards,

Joris
Publicado el 26,junio 2015 - 09:34
Thanks, Joris.