Volk65 Posted September 16, 2016 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
naozuka Posted December 17, 2017 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
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.