PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 25 → WINDEV - COMO DESENVOLVER PROJETOS GRANDES
WINDEV - COMO DESENVOLVER PROJETOS GRANDES
Iniciado por adrianoboller, fev., 16 2015 7:00 PM - Sem resposta
Membro registado
3.651 mensagems
Popularité : +175 (223 votes)
Publicado em fevereiro, 16 2015 - 7:00 PM
LOADWDL

Loads a library of WinDev objects in memory (.WDL). This function is used to:

use custom libraries for each user. This allows you to create several libraries and to install one of these libraries according to the user.
divide a "large" library into several "smaller' libraries, loaded upon request.

This library will be loaded in memory until:

the application ends,
UnloadWDL is run.

Exemplo:

http://windevdesenvolvimento.blogspot.com.br/2015/02/windev-wdl-dividir-projetos.html