In Delphi, C++ Builder and RAD Studio 10 Seattle, we provide a variety of new VCL styles and VCL style enhancements.
Windows 10 Styles
Choose from three built-in Windows 10 styles: Modern Light, Modern Dark and Modern Blue. These styles work great with the new VCL Windows 10 UI controls as well as the existing VCL UI controls.
Common Dialog Styling
VCL styling now extends to dialogs such as TPrinterSetupDialog, TOpenDialog, TSearchDialog and more.
VCL Web Browser Styling
...
During today's Delphi, C++Builder and RAD Studio 10 Seattle launch webinar, I got a question on how to add headers to TListView programmatically instead of using LiveBindings with a data source.
Here is a quick code snippet showing how to programmatically add TListView headers.
procedure TListViewHeaders.FormCreate(Sender: TObject);
var
Group, Item: Integer;
begin
for Group in [1..4] do
begin
with ListView1.Items.Add do
begin
Text := Format('Header %d', [Group]);
...
With the RAD Studio 10 Seattle release, we introduced 5 new VCL UI controls. These controls were specifically designed for Windows 10 and address common UI paradigms on Windows 10. While they were designed for Windows 10, the new VCL controls will also work with older versions of Windows, such as Windows 7 and Windows 8.
As you can see in the screenshot above, we provide 3 new Windows 10 VCL styles in the RAD Studio 10 Seattle release: Modern Light, Modern Dark and Modern Blue. You can also c...
С огромным удовлетворением хочу известить всех, что компания Embarcadero Technologies выпустила новую версию одного из лучших инструментов разработки кросс-платформенного программного обеспечения, популярнейшего продукта RAD Studio! Новый продукт теперь носит имя RAD Studio 10 Seattle, для друзей - просто "десятка".
Состав RAD Studio практически не поменялся, по-прежнему, полный набор включает Dephi, C++Builder, HTML5 Builder и InterBase. Зато набор поддерживаемых платформ расширен для поддержк...
Voilà la nouvelle version de Delphi, C++Builder et RAD Studio vient juste de sortir :
Delphi 10 Seattle
C++Builder 10 Seattle
RAD Studio 10 Seattle
N'oubliez pas de venir vous inscrire à notre événement gratuit pour venir découvrir cette nouvelle version le 10 Septembre prochain à Paris-La Défense :
http://forms.embarcadero.com/EM15Q3FRDeveloperDirectLive
Annonce officielle lancement Delphi,C++Builder et RAD Studio 10 Seattle...