PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Declaring variables in a class
Declaring variables in a class
Débuté par DerekT, 21 oct. 2014 19:31 - Aucune réponse
Posté le 21 octobre 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?