Skip to main content

Home/ Delphi/ Group items tagged blog

Rss Feed Group items tagged

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

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

Vista 64 + RAD Studio + Adobe Type Manager = 9 second delay - 0 views

  • Solution: Open regedit.exe Navigate to HKLM\Software\Microsoft\Windows NT\CurrentVersion\Font Drivers Make a backup of the “Font Drivers” key Delete the “Adobe Type Manager” entry Navigate to HKLM\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Font Drivers Make a backup of the “Font Drivers” key Delete the “Adobe Type Manager” entry
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

Delphi videos - 0 views

  •  
    List of Delphi video tutorials
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

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.
1 - 9 of 9
Showing 20 items per page