herculanojs Posted May 30, 2016 Posted May 30, 2016 I'm having a little difficulty with the use of this feature. If I Association UniScreenMask component to a component for example UniEdit he already shoots the ScreenMask every precionada key. I want the Screenmask be diparado by example only when a certain key is precionada, or when I turn for example. If I leave activated ScreenMask.enabled property: = False and active when she would like the screenmask was activated (wait) does not work. What I want is that in certain cases which there is a button click but a processing result of a precionamento a key for example,is triggered the screenmask. What to do with this? example: procedure teste; begin UniComboBox.screenmask.enabled := True; ... UniComboBox.screenmask.enabled := false; end; Quote
AlbertoVesx Posted May 30, 2016 Posted May 30, 2016 ScreenMask can only be activated in client side events linke click from user. I think you must use javascript to do what you want. 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.