Quantcast
Channel: Delphi Forum - Delphi Programming Kings of Code - Delphi Components
Viewing all 1331 articles
Browse latest View live

EMS Advanced Localizer 2015.1.9.4 Full Source XE8 & DX10 Win32-Win64 UnOfficial


Tsilang Component Suite v7.5.0.0 for XE10 Full Source

$
0
0
TsiLang® Components Suite includes a number of highly professional, easy-to-use VCL components, wizards and tools for building multi-language applications under Delphi and C++Builder.On the one hand, our product dramatically simplifies the entire process of globalization, and on the other hand it allows you to provide your customers with quality, user-friendly applications that can switch from one locale to another on-the-fly. We would like to describe some of the features of TsiLang Components Suite that make the product unique:
  • Our suite enables you to localize everything that should be localized: string-type properties of components, "hard-coded" string constants, resource strings, system locale and standard dialog strings, as well as other properties that may affect the appearance of controls (for example, the size and position of labels may be changed for each language if required).
  • You can choose where to store the translation data: either internally (this is ideal for lightweight applications – a single EXE file, no DLLs, databases, etc) or externally in special files (this approach allows you to change translations without recompiling the project, so even your end-user may update the translations at run-time).
  • Such essential tools as TsiLang Expert and Resource Strings Wizard, which are included in the suite, help you to manage the translation process of you projects in a simple and convenient fashion. So, a large project might be prepared for globalization literally in a few minutes. The TsiLang Expert adds TsiLang components to the project's forms and data modules, adjusts their properties, and scans the project files for "hard-coded" strings. TheResource Strings Wizard allows you to extract and add to translation data the resource strings of your project even if they are hidden somewhere in a .dcu (.obj) file without the source code.
  • A specialized tool shipped with the suite, the SIL Editorcan be freely redistributed and allows you to separate the translation process from the project development.
  • The Dictionary Manager helps to store translations in dictionaries, and use them repeatedly in subsequent projects. This will dramatically reduce the costs and time for translations, since many projects contains a lot of similar terms and phrases. Also this tool serves as an automation server, so it's data can be easily loaded by the SIL Editor or TsiLang's property editors.
  • Supported IDEs: Delphi™ 6 and above; C++Builder™ 6 and above.
Since the initial release in 1998, the TsiLang Components Suite has been continuously developing and improving, and today it has become a mature product with an excellent quality/price ratio. It was awarded the readers' choice awards Best Globalization Tool 2004 and Runner-up Best Globalization Tool 2002-2003 by the Delphi Informant Magazine. This is a good indicator of how popular the product has become, and the high level of customer satisfaction that it affords.

Google Calendar API for Delphi

$
0
0
he Google Calendar API Client Library for Delphi provides functionality common to Google Calendar API, for example Event creation, error handling, authentication, JSON parsing, etc.The library includes a powerful OAuth 2.0 support with a consistent interface. You can use the Google Calendar API for Delphi to find and view public calendar events as well as to manage private calendars and events on those calendars.This article describes how to create calendar events programmatically and add them to your users' calendars.
Create EventsThe usage of the Google Calendar API for Delphi is simple and is similar to You can't view the links! Click here to register and You can't view the links! Click here to register. The structure and members of classes from Google Calendar API for Delphi helps you to easily migrate an existing .NET or Java code to Delphi.For creating a Google Calendar event, you need to select the desired calendar ID and call to the Insert method of the Events collection:[td]var
   insertReq: TEventsInsertRequest;
   event: TEvent;
...
   event := TEvent.Create();
   event.Start := TEventDateTime.Create();
   event.Start.DateTime := Now() + 1;
   event.End_ := TEventDateTime.Create();
   event.End_.DateTime := Now() + 2;
   event.Summary := 'Sample event';

   insertReq := GetService().Events.Insert(calendarId, event);
   try
      event := insertReq.Execute();
   finally
      insertReq.Free();
   end;
...
//use event
...[/td]
OAuth authorizationTo work with Google Calendar API you need first to create the Calendar Service instance and set up the OAuth credentials. Your application must send an OAuth 2.0 token with any request that accesses private user data. With You can't view the links! Click here to register you can set up the desired Project Name, Client ID and Client Secret that are necessary to generate OAuth 2.0 credentials for your application. The Calendar Service initialization code may look like the following:[td]// [Delphi]
function TCalendarServiceTests.GetService: TCalendarService;
var
   credential: TGoogleOAuthCredential;
   initializer: TServiceInitializer;
begin
   if (FService = nil) then
   begin
      credential := TGoogleOAuthCredential.Create();
      initializer := TGoogleApisServiceInitializer.Create(credential, 'CleverComponents Calendar test');
      FService := TCalendarService.Create(initializer);

      credential.ClientID := '421475025220-6khpgoldbdsi60fegvjdqk2bk4v19ss2.apps.googleusercontent.com';
      credential.ClientSecret := '_4HJyAVUmH_iVrPB8pOJXjR1';
      credential.Scope := 'https://www.googleapis.com/auth/calendar';
   end;
   Result := FService;
end;[/td]
Supported compiler versionsGoogle Calendar API for Delphi can be used in RAD Studio XE3 and later. If you modify the sources and remove all references to the RAD Studio namespaces in the 'uses' sections, you can use the library in RAD Studio 2009, 2010, XE and XE2 as well.Download source codeThe library is distributed under the terms of the You can't view the links! Click here to registerYou can't view the links! Click here to register
\\"İmage\\"  Name\\"İmage\\"  Download
\\"İmage\\" Google Calendar API for DelphiYou can't view the links! Click here to register
\\"İmage\\" Json SerializerYou can't view the links! Click here to register
\\"İmage\\" Internet Components - Clever Internet SuiteYou can't view the links! Click here to register
The current version of Google API Client Library for Delphi needs for the non-free library You can't view the links! Click here to register. This is a drawback, and we suggest the task of changing the program so that it does the same job without the non-free library. Anyone who thinks of doing substantial further work on the program, first may free it from dependence on the non-free library. The class structure allows you to easily replace the Clever Internet Suite Http and Oauth components with any other third-party free and non-free software.

 

TMS Pack For FireMonkey v.3.1.1.2.XE10.Source

AlphaControls 10.23 Compiled DCU XE5-DX10 Win32-Win64 2015-12-29

Atozed IntraWeb VCL 14.0.50 + Ultimate Edition Key

TRichView.v.16 Full Source

$
0
0
Web : http://www.trichview.com/features/trichview.html


 

ScaleRichView.v.7 Full Source

$
0
0
Web site : http://www.trichview.com/features/scalerichview.html


IbObjects 5.7.7_2340 Full Source Download

Axolot XLSReadWriteII 5.20.67 Compiled DCU D7,XE-DX10

Axolot XLSSpreadSheet 2.00.11 (XLS engine 5.20.67) Compiled DCU D7,XE-DX10

IntraWeb 14.0.50 Retail

$
0
0

Registered to: FreeCat
Company: Embarcadero
Developer Name: FreeCat
Expiration Date: 12月 25, 2016
Edition: IntraWeb Ultimate Edition
License Number: 201512250
IntraWeb Version: 14.0.50
Build Date: 12月 27, 2015
32-bit Server on 64-bit Windows
HTTP Server is active on port: 8888

TbcParser v4.3 Full download

$
0
0
TbcParser is a math expression parser VCL component that can be used with Delphi and C++ Builder 4,5,6,7, 2006, 2007, 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, Delphi 10 Seattle. It is compatible with 32 bit and 64 bit Delphi / C++ Builder. It is also compatible with iOS Delphi development. For Free Pascal users, it works in Lazarus IDE as well.

Home:Code:
PHP Code:
http://www.bestcode.com/html/math_parser_for_delphi.htm 

 

CodeAccelerate SweetDrawing VCL 2016.2.0 Full Source XE7-DX10 UnOfficial 2016-01-03

CodeAccelerate Sweet Drawing Engine 2016.3.x Full Source XE7-DX10 UnOfficial 15-01-03

$
0
0
Update Version & Optimize Package.

Archive type RAR5!
Big Brother is watching you! İmage
ALL Components ONLY(!!!) for PRIVATE(!!!) USE !

LEARN the RULES of the forum FIRST: You can't view the links! Click here to register
WHO will WRITE the MESSAGE, GET BANNED !!! RULES 1.2 !
PRESS the BUTTON Thanks + ONLY!


CodeAccelerate Sweet Drawing Engine 2016.3.x Full Source XE7-DX10 UnOfficial 16-01-03

$
0
0
Update Version & Optimize Package.

Archive type RAR5!
Big Brother is watching you! İmage
ALL Components ONLY(!!!) for PRIVATE(!!!) USE !

LEARN the RULES of the forum FIRST: You can't view the links! Click here to register
WHO will WRITE the MESSAGE, GET BANNED !!! RULES 1.2 !
PRESS the BUTTON Thanks + ONLY!

FlexGraphics 2016.1.78 Full Source XE7-DX10 Win32-Win64 UnOfficial 2016-01-04

GIBRALTAR VistaDB 2016.2.1.4 Full Source XE7-DX10 UnOfficial 2016-01-04

My NEW REST Dataware Package

$
0
0
In English :

 Guys, for those who want to use a REST Server done in Delphi to access the database as if it were a common Query without using Providers and other things, very simple way, I am providing for SVN my package that is being developed for this purpose, with a RESTDatabase and RESTClientSQL, more components will be available by with that already I can not access DB with FireDAC stay without creating fields in FieldDefs and etc.

 Is in ALPHA phase, interested please contact us at email: xybersportgames@gmail.com.

 Everyone wins with this, VLW.

 You can't view the links! Click here to register

Em Português :

 Galera, para quem quer usar um Servidor REST feito em Delphi para acesso a Banco de Dados como se fosse um Query comum sem usar Providers e outras coisas, de jeito bem simples, estou disponibilizando por SVN minha package que está em desenvolvimento para este fim, com um RESTDatabase e um RESTClientSQL, mais componentes serão disponibilizados mais com esse já consigo acessar DB com FireDAC sem precisar ficar criando os campos em FieldDefs e etc. Está em fase ALPHA, interessados favor entrar em contato no email : xybersportgames@gmail.com. Todos saem ganhando com isso, VLW.  You can't view the links! Click here to register

Sunisoft SUIPack Pro 2016.6.4 Full Source XE7-DX10 UnOfficial 2016-01-04

Viewing all 1331 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>