Skip to main content

Home/ Delphi/ Contents contributed and discussions participated by Mr. DiGi

Contents contributed and discussions participated by Mr. DiGi

Mr. DiGi

Fun with enumerators, part 5 - class helper enumerators - 0 views

  • enumerators can be added by using class helpers
  • When you declare a class helper, you're not extending original virtual method table, you just get a new global function that takes a hidden parameter to 'Self' and uses it when calling other class helpers or methods from the original class.
Mr. DiGi

OmniThreadLibrary 1.0 released - 0 views

  •  
    OmniThreadLibrary is simple to use threading library for Delphi. With just few lines of code, you can set up multiple threads, send messages between them, process Windows messages and more.
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

Dynamic DBTreeView - 0 views

  •  
    Dynamic DBTreeView controls are based on Virtual TreeView control. They are using clone dataset for internal data manipulation when dynamically building tree nodes and a binary search list for detecting existing nodes.
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

Case statement that *accepts* string values - 0 views

  • The following function enables you to use the Case statement with string type variables
  • function StringToCaseSelect    (Selector : string; CaseList: array of string): Integer;
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

  •  
    original by Charles Calvert - Modified by the JVCL team
Mr. DiGi

The Iterator Design Patterns - 0 views

  •  
    Iterator - a mechanism for iterating (hence the name) through a list without having to use an integer property.
Mr. DiGi

JSON Delphi library - 0 views

  •  
    Implementing JSON (XML alternative, http://www.json.org) data format and objects structure. Lightweight and fast.
Mr. DiGi

Delphi 2007 Handbook - 0 views

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

PasDoc - 0 views

  •  
    documentation tool for ObjectPascal source code
Mr. DiGi

DelphiCodeToDoc - 0 views

  •  
    Free documentation system for Delphi
Mr. DiGi

Refactorings - 0 views

  •  
    Nice tips about new refactoring features
‹ Previous 21 - 40 of 65 Next › Last »
Showing 20 items per page