Jump to content

Manually calling a Screen Mask error.


awendisch

Recommended Posts

 

Just now, Sherzod said:

Thanks.

You seem to be using this component incorrectly. Can you clarify what you would like to achieve?

I am trying to create a method to call a screen mask , execute a code and finally hide the mask. My objective is to use this code all around my system, like whenever I needed i would just call it from a Library.

Link to comment
Share on other sites

2 minutos atrás, awendisch disse:

 

Estou tentando criar um método para chamar uma máscara de tela, executar um código e, finalmente, ocultar a máscara. Meu objetivo é usar esse código em todo o meu sistema, como sempre que eu precisasse eu apenas chamá-lo de uma biblioteca.

try
  ShowMask ('any text'));
  UniSession.Synchronize;
  .....
  Reading data
  .....
finally
  HideMask;
end;

 

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...