You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!</h2>
34
-
<h3>Actual official version: 3.7.4</h3>
34
+
<h3>Actual official version: 3.7.5</h3>
35
35
<hr/>
36
36
<h2>A brief description</h2>
37
37
<p><strong>StyledComponents</strong> is a set of VCL components for Delphi (32 and 64 bit) that allow you to overcome the limits imposed by standard VCL components, maintaining 100% compatibility of the properties.</p>
@@ -347,10 +347,17 @@ <h3>Available from Delphi XE6 to Delphi 12 (32bit and 64bit platforms)</h3>
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
4
4
5
-
### Actual official version: 3.7.4
5
+
### Actual official version: 3.7.5
6
6
7
7
---
8
8
## A brief description
@@ -403,9 +403,15 @@ If you are have Skia4Delphi installed, you can also try the AnimatedTaskDialogDe
403
403
Related links: [embarcadero.com](https://www.embarcadero.com) - [learndelphi.org](https://learndelphi.org)
404
404
405
405
### RELEASE NOTES
406
+
30 Nov 2024: version 3.7.5
407
+
- Added property HideSystemCloseButton to TStyledTaskDialog
408
+
- Added property OnDialogShow
409
+
- Fixed wordwrap for StyledBitBtn
410
+
406
411
10 Nov 2024: version 3.7.4
407
412
- Added tdiQuestion value to show a Question mark in TaskDialog
408
413
- Use Question Mark (icon ora animation) for MessageDlg and TaskDialog of mtConfirmation type
414
+
- Fixed Icon Size of Dialogs based on ScaleFactor
409
415
- Fixed DefaultButton for StyledDialog using MessageDlg and TaskDialog
0 commit comments