PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Replace Control Visible
Replace Control Visible
Iniciado por marcov, abr., 28 2021 9:40 AM - 1 resposta
Membro registado
56 mensagems
Publicado em abril, 28 2021 - 9:40 AM
hi,
in Android and Ios the ControlVisible () command is not available, what can I replace it with?
thanks
Publicado em abril, 28 2021 - 1:35 PM
Without the animation part, you can use:
MyControlName..Visible = true (or false)