PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Creating and instantiating a singleton class
Creating and instantiating a singleton class
Débuté par Nathan, 09 mar. 2023 07:29 - Aucune réponse
Posté le 09 mars 2023 - 07:29
I'm trying to create a singleton class in my WebDev project.

I'm familiar with how a singleton class works from other programming languages I'm just struggling a little bit with the syntax in WLanguage.

An example of the class declaration and instantiation in project initialization would be ideal.

Thank you in advance.