PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Creating and instantiating a singleton class
Creating and instantiating a singleton class
Iniciado por Nathan, mar., 09 2023 7:29 AM - Sem resposta
Publicado em março, 09 2023 - 7:29 AM
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.