Volk65 Posted September 16, 2016 Share Posted September 16, 2016 Tell me. I need to enable and disable "Mask". as in the example: try >> Show mask "Export data...." { some process....} finally >> Hide mask end; Quote Link to comment Share on other sites More sharing options...
naozuka Posted December 17, 2017 Share Posted December 17, 2017 There's a method of TUniForm, TUniFrame ShowMask and HideMask. try Self.ShowMask('Loading data.'); { some process....} finally Self.HideMask;end; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.