Página 1 de 1

setControl - how to deselect?

Publicado: Vie Jun 17, 2022 4:56 pm
por Hurricane
Hi,

after I insert a MaskEdit and a Label in the Form, I want to select only the MaskEdit to activate in the Object Inspector, so I do this:

Código: Seleccionar todo

IDEInspector:setControl(oMsk)
Maskedit is selected, but the Label remains selected. How to deselect all?

regards,