Norm Posted June 22, 2020 Posted June 22, 2020 The components UnimEdit and UnimNumberEdit do not seem to have a text alignment property. How do I change the text to be right-aligned? Quote
Sherzod Posted June 22, 2020 Posted June 22, 2020 Hello, 3 hours ago, Norm said: The components UnimEdit and UnimNumberEdit do not seem to have a text alignment property. You can open a ticket in the support portal. 3 hours ago, Norm said: How do I change the text to be right-aligned? You can use this config for now: procedure TMainmForm.UnimFormCreate(Sender: TObject); begin UnimEdit1.JSInterface.JSConfig('textAlign', ['right']); end; 1 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.