Skip to main content

Home/ Delphi/ Group items matching "delphi" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Mr. DiGi

Free Component Sets - 0 views

  • 1. Jedi - VCLThe JEDI-VCL (JVCL) library is built from code donated by the JEDI community. It consists of over 400 VCL components
  • 2. RxLIBRx-Lib is a complete set of components for Borland Delph and C Builder that allow you to build flexible and robush user interfaces
  • 3. LMD Tools - Special EditionThe Freeware Edition of LMD-Tools - almost 100 components
  • ...4 more annotations...
  • 4. Globus VCL Extensions Library (GVCL)A library of components and functions for Borland Delphi 3 - 7 and Borland C++ Builder 5
  • 5. Pro VCL Extensions Library (ProLib)Freeware component library for Borland Delphi and Borland C++Builder. Includes 28 components and several useful classes, procedures and functions
  • 6. Max's components for DelphiA set of some 15 Delphi components all with free source and help files
  • 7. About Delphi Programming Free VCL setMore than 40 components
  •  
    list of the best Delphi component sets (free with source)
Mr. DiGi

Delphi Programming Advanced Topics - 0 views

  • Programming the Windows ShellLearn how to programmatically operate on tray icons, shortcuts, system dialogs and other secrets of the Windows Shell
  • "The Big Brother" Delphi Code Toolkit Wanna be a secret agent? Interested in monitoring a user machine in every way? Need to know what happens with Windows, what files are created, what Registry changes are being done? Need to hide your application from Windows? Want to create a kios style application? No problem, Delphi know hidden Windows secrets!
  • Local Network, Internet - Read or Write Data From EverywhereDelphi provides numerous objects to allow you write applications that exchange data over the network (Internet, intranet, local). There are many situation when you need to allow for two applications to communicate. Again, Delphi provides numerous ways to allow you to write applications that exchange custom data
  • ...2 more annotations...
  • Graphics and Multimedia Programming with DelphiGraphics and multimedia elements can add polish to your applications. You can introduce these features into your application in a variety of ways. To add graphical elements, you can insert pre-drawn pictures at design time, create them using graphical controls at design time, or draw them dynamically at runtime. To add multimedia capabilities, you can use special components that can play audio and video clips
  • Creating Custom Delphi ComponentsA component can be almost any program element that you want to manipulate at design time. Creating a component means deriving a new class from an existing one. This set of topics provides an overview of component design and the process of writing components for Delphi applications
  •  
    Shell Programming, Windows API, Multimedia, Distributed Applications
Mr. DiGi

Raudus.com - 1 views

  • WYSIWYG visual IDE. Just drag & drop components onto a form. Delphi-style application and forms. Visual and non-visual components, Delphi-style event handlers. Coding in Delphi only. Minimal use of HTML, CSS and JavaScript. Easy debugging. Run application, refresh browser page and debug. Truly stateful server-side applications. Close and open browser – and return to the same state. AJAX techniques. Asynchronous requests. Page never reloads. Timers, publishers (let you deliver pictures, HTML and arbitrary content to page). TDataSource-compatible components to view and edit data. High performance. Delphi creates native server-side code. Standalone executable, Apache module or FastCGI application. Full cross-browser applications.
  •  
    Web-based, Ajax-driven framework and component set for Delphi, that allow create Rich Internet Applications (RIA). Raudus uses ExtJS GUI library. The development process is very similar to desktop applications development.
  •  
    let me check
Mr. DiGi

asmprofiler - Project Hosting on Google Code - 0 views

  •  
    This profiler (Windows NT, 2000, XP and x86) can profile any function (dll, c++, delphi, ?) without changing the original code or even the need of the original code. It uses runtime function detouring and assembly to profile any function. A program can be compiled with the profiler code (delphi) or the precompiled dll can be used (delphi, c++, etc). The to be profiled function can be extracted from debug files (.map, in future .dbg/.pdb), dll imports/exports, or "manual" in code (add by name and pointer).
Mr. DiGi

RemObjects Software: Pascal Script - 0 views

  • Pascal Script includes the following features: Variables, Constants Standard language constructs: Begin/End If/Then/Else For/To/Downto/Do Case x Of Repeat/Until While uses Exit Continue Break Functions inside the script Calling any external DLL function (no special function headers required) Calling registered external methods All common types like Byte, Shortint, Char, Word, SmallInt, Cardinal, Longint, Integer, String, Real, Double, Single, Extended, Boolean, Array, Record, Enumerations, Variants Allows the importing and use of classes, with events, properties, methods and constructors Allows the importing and use of interface and their members Allows IDispatch dynamic method invocation through Variant Assignment of script functions to Delphi events. Uses byte code as an intermediate format and allows storing and reloading compiled scripts Easy to use component version Support for include files Support for compiler defines Capability to call RemObjects SDK Services from within scripts. Pascal Script includes a tool to create headers for importing classes and interfaces
  •  
    free scripting engine that allows you to use most of the Object Pascal language within your Delphi or Free Pascal projects at runtime. Written completely in Delphi, it's composed of a set of units that can be compiled into your executable, eliminating the need to distribute any external files. Pascal Script started out as a need for a good working script, when there were none available at the time.
Mr. DiGi

DelphiSpeedUp 2.78 - 0 views

shared by Mr. DiGi on 14 Feb 09 - Cached
  •  
    Improves Delphi/BCB/BDS's load times Optimizes often used RTL functions by functions form the FastCode project All optimizations are done in memory and do not change any file on disk Adds a "Close all and kill" menu item to the "File" menu that terminates the IDE very fast The fast termination is used when you close the IDE while pressing the CTRL key Shows waiting cursor while loading designtime package Optimized the Delphi Compiler's C RTL CodeCompletion and HelpInsight can be aborted by ESC/mouse move
Mr. DiGi

Monitoring System Shell Changes using Delphi - 0 views

  • Next page > Delphi Shell Change Monitoring - the proper way! > Page 1, 2, 3
Mr. DiGi

The Drag and Drop Component Suite for Delphi - 0 views

  •  
    Freeware VCL component library that enables your Delphi and C++Builder applications to support COM based drag and drop and integrate with the Windows clipboard
Mr. DiGi

Sampling Profiler - DelphiTools.info - 0 views

  • Using a sampling profilers has benefits: it will not affect the execution speed significantly, neither because of its own execution times, nor because it affects the CPU instruction or data cache by its instrumenting code (ie. you get a measure of actual performance like if there was no profiler running) it is immune to the heisenbug of instrumenting profiler that inflate disproportionately the execution time of small procedures invoked in tight loops or from many contexts in an application’s code. it is able to measure the time spent in other OS components or DLLs (like the video driver, OpenGL, etc.), not just the time spent in your application profiling latencies won’t hide your application’s latencies (hard disk accesses, network accesses, video driver waits…), which can be particularly significant if your application makes asynchronous accesses. it can pinpoint bottlenecks at the code-line level (not just procedure level), for the entire application. it can be used to profile over long periods of time, like a full batch run of computations or a complete game level, you can literally have an application being profiled for days being lightweight, you can profile multiple applications simultaneously (like a client and a server running on the same development machine)
  •  
    Sampling profiler for Delphi 5 to Delphi 2009. Its purpose is to help locate bottlenecks, even in final, optimized code running at full-speed
Mr. DiGi

Delphi 2007 Handbook - 0 views

  •  
    The guide to what's new in Delphi 2007 for Win32
Mr. DiGi

Delphi videos - 0 views

  •  
    List of Delphi video tutorials
jdr santos

Andorra 2D - The Next Generation 2D Engine for Delphi and Lazarus - 0 views

  •  
    Andorra 2D is the next generation 2D engine for Delphi and Lazarus. Andorra 2D features a simple API for 2D programming which offers you the choice between both: The power of DirectX and OpenGL without the need of knowing anything about those graphic interfaces. Andorra 2D is designed to be the successor of DelphiX. That is because Andorra 2D uses nearly the same Spriteengine interface as DelphiX.
Mr. DiGi

Delphi Debugging Techniques - 0 views

  •  
    Popis různých zajímavějších způsobů debugování z Delphi
Bogdan Polak

Nick Hodges Blog - Delphi Development Pretty Good Practices - 0 views

  • A while back someone (I can’t remember who, sadly, sorry to the person who made the suggestion…) suggested that someone do a series of articles about “the best practices on how to develop a Delphi application”.
  •  
    Nick Hodges - Delphi R&D manager explain R&D best pratices. See part #2, #3, #4 and more
Mr. DiGi

Delphi Tips and Tricks: Model View - 0 views

  • To enable the simplified Model View go to Tools | Options, scroll down the tree to Together | Default | Diagram | Model View and change View type from Model-centric to Simplified.
  • ...1 more annotation...
  •  
    How to enable the simplified Model View
Mr. DiGi

Object Pascal Style Guide - 0 views

  •  
    Must-read style guide for Delphi
1 - 20 of 69 Next › Last »
Showing 20 items per page