I'm using Delphi 10.3 to develop an Android application. Is there any way to create a TEdit
that has rounded corners?
Found a link for How to create EditText with rounded corners?, how can I do the same thing in Delphi?
I'm using Delphi 10.3 to develop an Android application. Is there any way to create a TEdit
that has rounded corners?
Found a link for How to create EditText with rounded corners?, how can I do the same thing in Delphi?
You need
TRectanbgle with CornerType Round
and your TEdit on TRectangle (TRectangle will be parent)
All with same backgroud color.