Ronald Posted July 23, 2019 Posted July 23, 2019 Is there a way to set the height of TUniFileUploadButton like I can do with TUniButton? Quote
Sherzod Posted July 23, 2019 Posted July 23, 2019 1 hour ago, Ronald said: Is there a way to set the height of TUniFileUploadButton like I can do with TUniButton? procedure TMainForm.UniFormCreate(Sender: TObject); begin with UniFileUploadButton1 do JSInterface.JSConfigObject('buttonConfig', 'height', [Height]); 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.