TStyleBook » Developer.Team

TFrameStand 1.3

TFrameStand 1.3
TFrameStand 1.3


TFrameStand is a very useful free and open source component to decouple your UI and build very modern and sophisticated user interfaces for mobile apps built with Delphi. You can now preview your stands without having to run the application each time! Simply double-click on the TFrameComponent and a form will popup. You can choose a Stand from the available ones (read from the TStyleBook, if any provided) and test both Show and Hide. Obviously I have provided a test TFrame you can use as a placeholder for your actual TFrame descendant classes.
Read more

Android L Style Pack for XE7

Android L Style Pack for XE7
Android L Style Pack for XE7 | 836 kB


Here are the steps to add Android L styling support to your Delphi, C++Builder or RAD Studio XE7 Android applications:

1. Place a TStyleBook onto your Master view
2. Set TStyleBook.Name = "AndroidLStyleBook"
3. Load AndroidLLight.fsf, AndroidLDarkBlue.fsf or AndroidLDark.fsf to
AndroidLStyleBook
4. Use the TForm.OnCreate event and add this code
Read more