Tips and Frequently Asked Questions

 Adding metafiles as block on the toolbar


procedure TForm1.atDiagram1InsertDControl(Sender: TObject; ADControl: TDiagramControl);
begin
  if UpperCase(ADControl.DControlID) = 'MYBLOCK' then
  begin
    With ADControl As TDiagramBlock do
    begin
      Shape := bsNoShape;
      Metafile.LoadFromFile('C:\MyMetafile.wmf');
    end;
  end else
  if UpperCase(ADControl.DControlID) = 'MYOTHERBLOCK' then
  begin
    With ADControl As TDiagramBlock do
    begin
    Color := clYellow;
    end;
  end;
end;

initialization

RegisterDControl(TDiagramBlock, 'MyBlock', 'This is a caption for my block', 'My category');
RegisterDControl(TDiagramBlock, 'MyOtherBlock', 'This is a caption for my other block', 'My category');
Note: Metafiles are not supported in Direct2D, which is default drawing engine for TMS Diagram Studio. You can force using GDI+ though:
atDiagram1.GraphicLib := dglGdiPlus;


Pricing

Single Developer License Small Team License Site License
 

TMS Diagram Studio


€ 135

45 yearly renewal
license for 1 developer


Includes
check  Full source code
check  Access to the TMS Support Center
check  Free updates and new releases
MOST POPULAR

TMS VCL Subscription


€ 895

450 yearly renewal
license for 1 developer


Includes
check  Full source code
check  Access to the TMS Support Center
check  Free updates and new releases
check  TMS Diagram Studio
check  All TMS VCL products
more_horiz  Discover more
BEST VALUE

TMS ALL-ACCESS


€ 1,795

575 yearly renewal
license for 1 developer


Includes
check  Full source code
check  Access to the TMS Support Center
check  Free updates and new releases
check  TMS Diagram Studio
check  All TMS VCL products
check  All TMS products
more_horiz  Discover more
All prices excl. VAT. Renewal price is subject to change and only valid up to 30 days after license has expired. After renewal period a discount price is offered to renew the license.

TMS ALL-ACCESS

key
Get unlimited access to all TMS products
local_offer
One money and time saving bundle

Free Trial

Start a free TMS Diagram Studio evaluation today!
RAD Studio

What our customers say

I want to congratulate you for the component development of the very good Diagram Studio.

- Gabriel Castillo Hernandez

I just wanted to say a big thanks for the "Live Diagram" feature in Diagram Studio. I have a temperature monitoring and control application that can make good use of this idea. It will allow me to visually manage and display a stepped control process, where temperature settings change with time. Thanks again!

- John Gray

I enjoy diagram studio a lot. It is simple to use and very effective. In short, an excellent component.

- Harry Martin

Thanks for a very nice and easy diagram editing environment Diagram studio is a quite straightforward way of designing things.

- John Karlaftis

This is a wonderfull component !!!!

- Pablo Bizzotto

TMS WEB Core

language
Create modern web apps in Delphi & VSC
build_circle
Use Object Pascal code to build JavaScript apps