Posted October 22, 20213 yr Administrators Download: The distributive is available by request only. Release date: 22 October 2021 New ✨ Delphi 11 The Delphi 11 and HiDPI support were added. The Delphi 10.3 support was removed based on the survey results. Form Designer The new function was added, which allows to hide components dash-border. We also slightly improved the visual display of component areas by adding the display of areas of internal margins in pale green colors. This allows you to visually and quickly understand where you are using internal padding (Tagcontrol.Padding). Improvements 🙌 TfgTimePicker The autosize mode was added and enabled by default TfgDatePicker.Autosize. The BackgroundName property was published. FGX-142 There are no possibility to select 12/24-hours format. The new property Is24HoursMode was added. It allows to select 12/24 hours format. Now the component automatically selects the clock display mode based on the current phone locale setting (Android). In the previous version, it always used the am/pm format. TfgDatePicker The autosize mode was added and enabled by default TfgDatePicker.Autosize. The BackgroundName property was published. Android API Now you can easily and conveniently convert JString <-> Delphi string. We added new methods to JString type: var JavaString: JString; DelphiString: string; begin // Delphi string -> Java string JavaString := TJString.Create('Delphi string sample'); // Java string -> Delphi string DelphiString := JavaString.ToDelphiString; end; Als we added additional Android API headers Java.Api.Network from java.net package. Bug Fixes 🐛 Hiding and showing TfgCollectionView via Visible property led to application freeze (iOS). Dynamic changes ActionButtons of TfgNavigationBar led to Access Violation (iOS). TfgCanvas.FillColor didn't work correctlry with transparent colors (Android). The changing TfgBarcode data didn't lead to repainting control. The changing TfgBarcode data didn't clear previous barcode correctly. The appearance TfgTimePicker and TfgDatePicker was fixed in designer.