Наши преимущества

Tools/Utilities Утилиты для delphi / utilities for delphi

MEmu Android Emulator 3.5.0.1
333mbytes

test your APK...
Apps or Games

disan.png


windows10(1).png


more info:
Как увидеть ссылки? | How to see hidden links?

Download direct
Как увидеть ссылки? | How to see hidden links?

Newbie dont worry about it, mannual here

Как увидеть ссылки? | How to see hidden links?

Download v3.5.0.1
 
not needly one tool, but one tip.

how to optimize the size of the executable in the series RAD STUDIO XE OR LATER
...


{ Reduce EXE size by disabling as much of RTTI as possible (delphi XE10.1 }

{$IF CompilerVersion >= 21.0}
{$WEAKLINKRTTI ON}
{$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])}
{$ENDIF}

Example:

program Project1;
{ Reduce EXE size by disabling as much of RTTI as possible (delphi XE10.1 }

{$IF CompilerVersion >= 21.0}
{$WEAKLINKRTTI ON}
{$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])}
{$ENDIF}
uses
Vcl.Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.

***************************************************
in Project->options->Linking->debug information, set to False
***************************************************

note: some user tests have shown that Android apps have had their sizes reduced.
 
... not only Delphi tool for Databases.

DBSchema 7.6.3 Build 4832 Retail x86/x64 79mb

DbSchema Diagram Designer and Query Tool
more info Как увидеть ссылки? | How to see hidden links?

youtube demo

 
Верх