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.5.2</h3>
34
+
<h3>Actual official version: 3.5.3</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>
@@ -45,6 +45,7 @@ <h2>A brief description</h2>
45
45
<li>Adapt to the colors of the VCL styles, keeping the shape of the button consistent</li>
46
46
<li>The appearance is identical in “Windows” mode or by applying VCL styles to the application</li>
47
47
</ul>
48
+
<p>Last, but not least, with <strong>StyledTaskDialog</strong> you can control appearance of your Message Dialogs in any aspect. Using Skia4Delphi you can also add animated Icons to your messages.</p>
48
49
<p>…all available from the Delphi XE6 version (which allows the use of GDI+, used for button drawing).</p>
49
50
<h2>The most important properties</h2>
50
51
<p>using only few properties you can setup your Button in a very simple way.</p>
@@ -152,7 +153,7 @@ <h2>List of available Components:</h2>
152
153
<li>The space between the Icon and the Caption, defined by <em>spacing</em>.</li>
<p>You can also use <ahref="https://github.com/EtheaDev/StyledComponents/wiki/Interposer-Unit-(Vcl.StyledComponentsHooks)">Interposer Unit (Vcl.StyledComponentsHooks.pas)</a> to easily change all Buttons of your application.</p>
216
+
<p><strong><em>New Template unit to create your custom Family Styles</em></strong></p>
217
+
<p>NOTICE: from version 3.5.3 there is a new unit “Vcl.TemplateButtonStyles.pas” you can use to create your own Family of Button Styles, <ahref="https://github.com/EtheaDev/StyledComponents/wiki/HowtoBuildYourCustomStyle">as explained here</a></p>
<p>NOTICE: from version 3.5.0 the new <strong>RoundedCorners</strong> property was added to all of the Styled Buttons, to enable/disable Rounding drawing, as showed in this example:</p>
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
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.5.2
5
+
### Actual official version: 3.5.3
6
6
7
7
---
8
8
## A brief description
@@ -20,6 +20,8 @@ With **StyledComponents** you can overcome these limits in a simple way. You can
20
20
- Adapt to the colors of the VCL styles, keeping the shape of the button consistent
21
21
- The appearance is identical in “Windows” mode or by applying VCL styles to the application
22
22
23
+
Last, but not least, with **StyledTaskDialog** you can control appearance of your Message Dialogs in any aspect. Using Skia4Delphi you can also add animated Icons to your messages.
24
+
23
25
…all available from the Delphi XE6 version (which allows the use of GDI+, used for button drawing).
24
26
25
27
## The most important properties
@@ -85,7 +87,7 @@ Those components uses some properties to Draw Icon and Caption in a different wa
85
87
86
88
---
87
89
88
-
## New _TStyledAnimatedButton_ Component (beta):
90
+
## New _TStyledAnimatedButton_ Component:
89
91
| Component | Description |
90
92
| - | - |
91
93
||**TStyledAnimatedButton** is Styled Button with with "animated icon" using a Skia TSkAnimatedImage component inside. You can select the events that starts the animation, like: _AnimateOnMouseOver_, _AnimateOnClick_, _AnimateAlways_, _AnimateOnFocus_. |
You can also use [Interposer Unit (Vcl.StyledComponentsHooks.pas)](https://github.com/EtheaDev/StyledComponents/wiki/Interposer-Unit-(Vcl.StyledComponentsHooks)) to easily change all Buttons of your application.
164
166
167
+
***New Template unit to create your custom Family Styles***
168
+
169
+
NOTICE: from version 3.5.3 there is a new unit "Vcl.TemplateButtonStyles.pas" you can use to create your own Family of Button Styles, [as explained here](https://github.com/EtheaDev/StyledComponents/wiki/HowtoBuildYourCustomStyle)
170
+
165
171
***New RoundedCorners options***
166
172
167
173
NOTICE: from version 3.5.0 the new **RoundedCorners** property was added to all of the Styled Buttons, to enable/disable Rounding drawing, as showed in this example:
@@ -376,6 +382,9 @@ If you are have Skia4Delphi installed, you can also try the AnimatedTaskDialogDe
376
382
Related links: [embarcadero.com](https://www.embarcadero.com) - [learndelphi.org](https://learndelphi.org)
0 commit comments