http://community.embarcadero.com/article/news/16209-appmethod-merges-with-rad-studio-product-line
Tag: delphi
-
BDE Installer for RAD Studio, Delphi, C++Builder 10 Seattle
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
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
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
RAD Studio 10 released today:
http://www.embarcadero.com/products/rad-studioI’ll publish the updated components soon.
-
XE8 support
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
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
New ShowMemoText property to display the memo content in cell (without height changes)
-
compatibility with RAD Studio XE6
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
Updated French resources by Serguei TARASSOV
Renamed Sensors.pas to SMSensors.pas because in XE5 the sensors.pas is in list of standard units