Posts Tagged ‘delphi’

BDE Installer for RAD Studio, Delphi, C++Builder 10 Seattle

Tuesday, December 8th, 2015

http://cc.embarcadero.com/item/30359

BDE Installer for RAD Studio, Delphi, C++Builder 10 Seattle.

Note: you need 10 Seattle already installed to add the BDE to your installation.

Note: after you have installed the BDE, you will also need to install the components into the 10 Seattle IDE if you want to work with the components at design time. Read the article at http://support.embarcadero.com/article/44082

Available only to registered users of Delphi 10 Seattle, C++Builder 10 Seattle, RAD Studio 10 Seattle, and Embarcadero All-Access XE

Embarcadero Technology Partner Portal

Friday, October 30th, 2015

In last 2 weeks every day I tried to login to TP but always got the error page from Interbase database on server side (even before my logon page displayed).

Now seems like they fixed this issue and today I updated the licenses for old IDEs…

components for RAD Studio 10 Seattle

Friday, September 25th, 2015

We added the support for new RAD Studio 10 Seattle
All our VCL components updated. New trial/demo packages published both for Delphi and C++Builder.
The registered customers may download the updated files.

RAD Studio 10 Seattle

Tuesday, September 1st, 2015

RAD Studio 10 released today:
http://www.embarcadero.com/products/rad-studio

I’ll publish the updated components soon.

XE8 support

Friday, April 10th, 2015

Embarcadero released the new RAD Studio XE8 and we added the support for this IDE.

All our VCL components updated and new trial and registered archives are available for download and test.
The shareware and freeware components released for XE8 (both Delphi and C++Builder).

SMMsg suite and time zone for dates

Wednesday, March 11th, 2015

Today I fixed the issue in SMMsg suite for dates in .msg-files. Now the dates processed and converted to local time zone correctly (function FileTimeToElapsedTime)

The correct code is

  function FileTimeToElapsedTime(FileTime: TFileTime): TDateTime;
  var
    SystemTime, LocalSystemTime: TSystemTime;
    TZ: TTimeZoneInformation;
  begin
    Result := 0;
    try
      if FileTimeToSystemTime(FileTime, SystemTime) then
      begin
        if (GetTimeZoneInformation(TZ) <> 0) then
          if SystemTimeToTzSpecificLocalTime(@TZ, SystemTime, LocalSystemTime) then
            Result := SystemTimeToDateTime(LocalSystemTime);
      end;
    except
    end
  end;

SMDBGrid

Sunday, December 7th, 2014

New ShowMemoText property to display the memo content in cell (without height changes)

compatibility with RAD Studio XE6

Tuesday, April 22nd, 2014

Today the new trial and registered packages published with RAD Studio XE6 (Delphi and C++Builder) support. All our VCL component suites (shareware and freeware) are compatible with XE6.

The reg.user may send the request for update to [email protected]
Please include there any reg.information (order number, tracking id, password etc)

SMComponents 3.92

Tuesday, December 10th, 2013

Updated French resources by Serguei TARASSOV

Renamed Sensors.pas to SMSensors.pas because in XE5 the sensors.pas is in list of standard units

RAD Studio XE5 support

Monday, September 30th, 2013

Today the new trial and registered packages published with RAD Studio XE5 (Delphi and C++Builder) support. All our VCL component suites are compatible with XE5.

The reg.user may send the request for update to [email protected]
Please include there any reg.information (order number, tracking id, password etc)