Delphi » Page 374

EMS Advanced Data Import VCL suite v3.11.0 Full Source

EMS Advanced Data Import VCL suite v3.11.0 Full Source
EMS Advanced Data Import VCL suite v3.11.0 Full Source


Advanced Data Import VCL is a component suite for Delphi and C++ Builder that allows you to import data from files of the most popular data formats to the database. You can import data from MS Excel, MS Access, DBF, XML, TXT, CSV, ODF and HTML. There will be no need to waste your time on tiresome data conversion - Advanced Data Import will do the task quickly, irrespective of the source data format.
Read more

TRichView 17.4 Full Source

TRichView 17.4 Full Source
TRichView 17.4 Full Source


TRichView is a suite of native Delphi/C++Builder components (VCL) for displaying, editing and printing hypertext documents. The components support various character attributes (fonts, subscripts/superscripts, colored text background, custom drawn). Documents can contain tables, pictures, images from imagelists, footnotes and endnotes, any Delphi controls. Left, right, center or justify paragraph allignment, custom margins and indents, multilevel bullets and numbering, background images, print preview, data-aware versions and more...
Read more

Almediadev StyleControls 4.25 Full Source Retail

Almediadev StyleControls 4.25 Full Source Retail
Almediadev StyleControls 4.25 Full Source Retail


StyleControls is a stable, powerfull package (more than 100 components), which uses Classic drawing, system Themes, GDI+ and VCL Styles. This package contains the unique solutions to extend standard VCL controls and also has many unique, advanced controls to create modern applications (UWP design). Also with this package you can really improve applying and using of VCL Styles in your application.
Read more

Almediadev SmartFlash 3.65 Retail

Almediadev SmartFlash 3.65 Retail
Almediadev SmartFlash 3.65 Retail


SmartFlash is a VCL with additional features in Macromedia Flash ActiveX.
SmartFlash support real trasparency of the flash and antialiasing effect in the flash frame.
Also you can load flash from stream and grab frame to the bitmap with alpha-channel.
With SmartFlash you can create flash interface in your applications (flash forms, menus, controls and more).

SmartFlash is intended for use with:

Delphi 5 - 10.1 Berlin, 10.2 Tokyo, 10.3 Rio (32-bit)
C++Builder 5 -10.1 Berlin, 10.2 Tokyo, 10.3 Rio (32-bit)
Read more

EhLib 9.3 Build 9.3.015

EhLib 9.3 Build 9.3.015
EhLib 9.3 Build 9.3.015


It contains components and classes for Borland Delphi 7 – 2006, CodeGear Delphi 2007, RAD Studio 2009, Embarcadero RAD Studio 2010, XE - XE10.2, Lazarus (Win32), intended to increase capacity of the client part of database application in part of interaction with applications user.
Read more

EMS Advanced Data Export VCL Suite v4.15.0.0 Full Source

EMS Advanced Data Export VCL Suite v4.15.0.0 Full Source

EMS Advanced Data Export VCL Suite v4.15.0.0 Full Source


Advanced Data Export VCL is a component suite for Borland Delphi and C++ Builder that allows you to save your data in the most popular data formats for the future viewing, modification, printing or web publication. You can export data into MS Access, MS Excel, MS Word (RTF), Open XML Format, Open Document Format (ODF), HTML, XML, PDF, TXT, DBF, CSV and more! There will be no need to waste your time on tiresome data conversion - Advanced Data Export will do the task quickly and will give the result in the desired format.
Read more

AlphaControls v14.12 Stable (D5-D10.3/BCB6-BCB10.3) Retail

AlphaControls v14.12 Stable (D5-D10.3/BCB6-BCB10.3) Retail
AlphaControls v14.12 Stable (D5-D10.3/BCB6-BCB10.3) Retail


AlphaControls - a set of common and some unique components that support skins (AlphaSkins), as well as having some additional features. All skin elements can have their own properties for advanced drawing the gradient, realistic framework, semi-transparent and blurry shadows. Graphics functions produce all the calculations and drawing in real-time. Added property BoundLabel for editing elements. Handled various mouse events, which gives some additional features components. Manager prompts controls the tips in the application and gives them a beautiful view with a lot of settings that can be changed by a special designer. Analogs of standard components provide all the functionality and add a lot of new solutions to improve software quality and their appearance.
Read more

December 2018 RAD Server Database Migration Patch for 10.3

December 2018 RAD Server Database Migration Patch for 10.3
December 2018 RAD Server Database Migration Patch for 10.3


RAD Server offers automatic migration of its database. The version in 10.3 can successfully migrate the database from 10.2.3, but not from older versions, limiting the migration of existing projects (in development or already deployed). This patch fixes the problem, allowing automatic migration from older versions of the database in the RAD Server (EMS) Upgrade Wizard.
Read more

Foxit Quick PDF Library 16.12 Retail

Foxit Quick PDF Library 16.12 Retail
Foxit Quick PDF Library 16.12 Retail


Generate, manipulate, print, render, secure, extract text, digitally sign, split and merge PDF files with just a few lines of code on Windows. Boost your development capabilities with Quick PDF Library: a powerful, developer-focused PDF SDK for adding PDF functionalities to your applications. It features over 900 functions, a robust API and it can run in both desktop and server environments.
Read more

class for INI files UDBini.pas

uses  UDBini
{------------------------------}
var demo :  TDBini;
{------------------------------}
//ini file

test:=TDBINI.create('F:\RAD_ESTUDIO10.2\dbini\example.ini');
test.forEach( procedure(id:string ) begin
    example.get(id,'field1');
    ListView1.items.AddItem.Text:= id +        test.get(id,'field1');;
 end );
 //for delete
test.delete('section_name');
//for add

test.add('unique_section','key','value');
test.add('unique_section','bytestream',StreamString.create('áéíóú'));

//for save in file

test.save
Read more