Skip to main content

Home/ Groups/ Delphi
Mr. DiGi

Delphi videos - 0 views

  •  
    List of Delphi video tutorials
Samuel cartaxo

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

Sort a Generic List using Anonymous Comparer Delphi Method - 2 views

  •  
    How to Sort a Generic TList using an Anonymous Method
Mr. DiGi

delQuery - 1 views

  •  
    Library for Delphi 2010 providing jQuery like API access to VCL controls
Mr. DiGi

OmniThreadLibrary - 1 views

  •  
    Simple to use threading library for Delphi
Mr. DiGi

CanToolsW - 0 views

  • ListWizard: does at the source level what generics do for you. Useless. OOPFormWizard: let you remove the form components from the publsihed section, making them private, by adding to the form the required manual initialization code. Settings: change menu position and enable clipboard tracking (shaky). third option is useless... About: a very old about box. Object Inspector Font: let's you change the font of that pane. Great for presentations, not all fonts adapt well. Rebuild Wizard: let's you see all projects in a directory tree and build them all in sequence Clip History Viewer: last 9 text entries of the clipboard (if tracking is enabled) VCL Hierarchy: a tree of all currently installed components, including third party ones DB Form Wizard (likely the most usefull!): like the database wizard of the early days, but based on dbExpress. Placed SQLConnection, SQLDataset, DatasetProvider, CleintDataSet, and a series of DBEdits in a form, all at once. No ".net safe" warnings: disables the safe type, safe cast, safe code warnings of the current project. Handly when updating very old projects. Bookmark list (nice): show in a dockable pane the list of bookmarks in the current file. A long due feature of the IDE. Palette Info: shows in the message pane the name of the elemetns of the Tool Palette (list of components and groups). Interesting only for exploring the internals. Add to project manager for .ini: Add a project manager menu items for INI files (useless) ShowDebug Inspector: opens the Debug Inspector (a run time object inspector) for the IDE, letting you view the internals (forms, component, etc) and change some of them. The same component is avaialble for use in your own applications. Publish Project: produced an HTML-ized version of the source code. Very crappy, you get "chinese" due to Unicode errors... will work on it.
  • ...1 more annotation...
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

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

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

Monitoring System Shell Changes using Delphi - 0 views

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

Bookmarks are back - 0 views

Diigo finally fix groups and bookmarks are back.

diigo

started by Mr. DiGi on 29 Sep 09 no follow-up yet
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

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

Internet Component Suite (ICS) - 0 views

  •  
    various Internet components and applications
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

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
1 - 20 Next › Last »
Showing 20 items per page