PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Declaring variables in a class
Declaring variables in a class
Iniciado por guest, 21,oct. 2014 19:31 - No hay respuesta
Publicado el 21,octubre 2014 - 19:31
Having a play today with classes and UML.

What I have noticed is the use of the TO function as in...

MyClass is TO Class

Also seen this in a couple of examples for class members....

MyMember is TO string

Anyone know what this actually does and/or is it necessary?