Software Developer - Delphi

   

Software Developer - Delphi

 Native Delphi Protection Utility 1.0.0 by POSOlSoft- Software Download

 Native Delphi Protection Utility (NDPU) is a new kind of protection tool for Delphi applications.The main function of NDPU is to produce trial versions with limited functionality of Delphi applications.Its main advantages are:(1) only NATIVE (but peculiar) to Delphi MEANS;(2) NO EXTERNAL PROCESSING (such as packing or encryption) of Delphi-produced executable;(3) the protected executable is NATIVELY COMPILED by Delphi (no compatibility problems therefore);(4) the key IS NOT CHECKED but IS USED to restore the protected functionality;(5) without correct key EVENTS of main form ARE EMPTY;(6) PROPRIETARY TECHNIQUE of events initialization;(7) STRONG (AES 128 bits) ENCRYPTION;(8) EACH KEY CONTAINS PERSONAL DATA.NDPU uses its own approach to the problem of protection of Delphi applications. NDPU does not use a call of some checking routine to control execution of the protected application. Instead NDPU modifies the source code so that after re-compiling events of various components are empty...

 FuzzySearch

 FuzzySearch library is an approximate string matching concerns to find patterns in texts in presence of "mismatches" or "errors"....

 Rt-Science Tools2D for Delphi

 Rt-Tools2D is a selection of components to generate two dimensional Cartesian plots: *TRtCaptionEdit: This is a special edit control supporting enhanced styles as bold, italic, underline, strikeout, subscript, superscript and symbol font. This is especially interesting to alter TRtLabels which supports the same styles. *TRtLabel: Label supporting enhanced styles as bold, italic, underline, strikeout, subscript, superscript and symbol font. It can be drawn in any angle. *TRtGraph: The main component of a 2D-plot. Just place on a form and the plot will be drawn automatically. Supports unlimited number of line series, unlimited number of axis in any position, auto zooming, grids ... *TRtAxis: The axis of the 2D-Graph. You can add as many of them to the graph as you like to any position: top, bottom, left or right. You can alter fonts, scaling, tick marks ... *TRtRealVector, TRtLiveVector: The components to store the numerical data. The data added to the LiveVector will automatically updat...

 ShellBrowser Components for Delphi 3.03 by JAM Software- Software Download

 The ShellBrowser component set gives a Delphi programmer easy access to the Win32 shell functionality. The TJamShellList, TJamShellTree and TJamShellCombo components look and behave exactly like the corresponding parts of the Explorer. The invisible TShellBrowser component provides an easy interface to the Windows shell interface. All componments support the properties page, correct icons, OLE Drag&Drop, the Explorer context menu and shuffling it with your Delphi popup menus. A thumbnail component displays the Explorer thumbnail images and the TJamShellNotifier informs you about numerous shell events. Interesting sample projects and help file with a lot of sample code are included....

 ABViewer DXF view import export 3.1 by Soft Gold Ltd- Software Download

 Make your application provide dxf import, export and viewing! The CADSoftTools components are a set of VCL components and classes for importing, exporting, viewing dxf files and a viewer of TGraphic descendants. Converters: Plug-and-play tools for import / export dxf to / from any cad application. There are two versions: - dll, reaching dxf is like WinApi wmf - VCL for Delphi /C++ Builder developers. Also we represent Print Preview VCL tool, Multilang internationalization tool....

 SMTP/POP3 Email Engine for Delphi

 MarshallSoft SMTP/POP3 email component Delphi library (SEE4D) uses a simple API to send and receive mail, including HTML, MIME Base64 and quoted-printable encoded attachments, from within an application. Knowledge of Winsock and TCP/IP is not needed. Features of SEE4D include: Send email with inline HTML, GIF, TIF, JPG, BMP and Rich Text attachments. Supports ISO-8859 (European character sets) and UTF-8 character coding. Get the number of messages on an email server. Forward email. Get the header lines from any email on the server, without reading the entire email. Delete any email on the server without downloading the entire email. Copy any email on the server without deleting it. Receive any email on your server including MIME attachments. Download email from your server, automatically decoding MIME attachments. Decode email from a file. Can specify custom Content-Types; add custom header fields. Supports setting priority via X-Priority header field. Set return receipt; add TO, CC, B...

 FreeExcelSylk 1.11 beta by TalpaSoft- Software Download

 export to excel file SYLK, You can used to OpenOffice,StarOffice...Very simple and quickly...special thinks as functions (sum),format fonts and other......

 Felicia Firebase Demo 1.05 by Ale?Pavel- Software Download

 Easy ERP for Delphi and FireBird 1.5, very simple to used, languige CZECH, but can be localized...

 ICE License 2.01 by Ionworx Technology- Software Download

 ICE License Protection is providing a high barrier against illegal copy using the power of Elliptic Curvesl Asymmetric Encryption to protect your application. Elliptic Curves encryption system allow transmission of secret information over an open channel without a common secret key previously shared between the ends.ICE License Features : * Antidebugging...

 Speller 3.0.1 by Luzius Schneider- Software Download

 Speller contains two components designed for Delphi 6: TSpellChecker and TSpellLanguageComboBoxTSpellChecker is a non-visual Delphi component designed to add spell check capability to any application.It uses ISpell dictionaries installed with "ISpell - LS-Distribution". You find it on my web site http://www.luziusschneider.comAdditionally, TSpellChecker can use spell check dictionaries installed with MSOffice 95 or 97. For higher versions of MSOffice, only some languages will work.For easy choice of spell language, use TSpellLanguageComboBox.TSpellLanguageComboBox is a visual Delphi component designed to display a list of available spell dictionaries. It allows to select the active language used by a TSpellChecker, and is part of this package.Together with the spell check components, you will get some useful functions for Unicode handling declared on the installed Units. See help file for details.Speller includes all source code!...

 paxScript 1.2 by VIRT Laboratory- Software Download

 PAXScript is a set of 3 interpreted, object-oriented scripting languages: paxBasic, paxC and paxPascal. All pax-languages support such concepts of the modern programming as namespaces, nested classes, inheritance, static(shared) members, indexed properties, delegates, exception handling. Pax-scripts are compiled into the unified p-code which allows the cross-language integration.Source code of the paxScript interpreter component is written entirely with Delphi and compatible with Delphi 5, Delphi 6, Delphi 7, C++ Builder 5, C++ Builder 6, Kylix 3....

 Connection Pool for Delphi 1.4 by SDMSoft- Software Download

 Connection Pool for Delphi - A connection pool is a cache of open connections that can be used and reused, thus cutting down on the overhead of creating and destroying database connections.Connection pooling is a method for conserving scarce database resources by managing a pool of connections among concurrently active clients.Connection Pool provides developers a way to easily cache open connections to databases. This is useful in server environments since opening database connections can be slow. Why you need a connection pool? As example: a dynamic web site generates HTML pages from information stored in a database. Each request for a page results in a database access. But connecting to a database is a time consuming activity since the database must allocate communication and memory resources as well as authenticate the user and set up the corresponding security context. The exact time varies, of course, but it is not unusual to see connection times of one or two seconds. Establishi...

 FastTextSearch/IB

 FastTextSearch/IB is unique solution for the searching textual information in the Interbase database. Indexing an unlimited amount string and textual memo fields....

 EXECryptor 1.52 by SoftComplete Development- Software Download

 Software protection tool. Its purpose is to selectively encrypt fragments of code in the program and add special code for stop debugging and disassembling. Features include:- polymorphic encryption with no constant signatures in encrypted fragments; - encrypted fragment will only be decrypted immediately before its execution; after the execution of the particular fragment it will be encrypted again (at any time during the execution there is only one protected fragment decrypted) - encryption has unlimited nesting (encrypted block inside encrypted block inside...) - single-use fragments: it is possible to mark a fragment of code so that fragment will be erased after the very first execution - user-key encryption - detect SoftIce, NtIce, FrogIce, TD and other debugger - detect registry/filesystem/API monitors - counteraction to dumping application with tools like ProcDump - anti-tracing measures - anti-disassembler measures - direct WinAPI support working around import table. - full inte...

 OrangeReport

 Version 1.6 (29-oct-2002) 500kb, D5/D6/D7/BCB5/BCB6. This component allows you to create plain-text reports of various type with or without templates from the dataset or custom data. Can be used in majority of tasks from fast report/preview generation to the Web development....

 HierarchyTree

 You can use HierarchyTree package to visually build the hierarchies. Easy way to show relations between various items. No coding required. Variety of ways to display hierarchy members. Several different types of members. Features include run-time drag-n-drop support, scrollig, abilitiy to print, save and load the controls....

 CoolMernus Standard

 CoolMenus provides you with the way to create advanced Windows menus. CoolMenus, especially Multimedia edition has some unique features you will not find in any other menu related packages on the market. Native Delphi code (no additional *.dll or *.ocx files to distribute with your product), fast speed and helpful design windows are the reasons of CoolMenus popularity.. Plus you do not have to write even a string of code, everything was already written so simple assign all necessary properties in design-time and compile application. With CoolMenus the only limit for menus design will be your own fantasy....

 CoolDBUtilities

 Ever released major updates of your programs or databases they use? Tired to send megabytes over the Internet? Tired to update fields or indixes manually? Just try CoolDBUtilities package for these purposes and all these time consuming tasks will be much easier to deal with. Other things the package can help you with is restructuring of the datbases, complex searches and so on....

 Extended Stored Procedure component

 Write Extended Stored Procs for SQL Server with ease: * Control over input/output procedure parameters. * Return an arbitrary number of recordsets. * Real world code: work as a part of the complex accounting system, 7x24....

 Nice MessageBox 1.0 by JoinTec Software Group- Software Download

 New style of messageboxes in your programs. Features: Any color of MessageBox Any Caption and Text font in MessageBox Any number of buttons in MessageBox Simply in use, call as standard MessageBox function Any installed MS Office Assistent character Form as DLL library, use in any programming language Benefits of registered version: Source codes for Delphi 6 Free technical support by e-mail Free lifetime upgrades...

 


 
Advertisement