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...
Delphi 2009 Trial - 0 views
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.
-
OmniThreadLibrary 1.0 released - 0 views
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...
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...
Monitoring System Shell Changes using Delphi - 0 views
-
-
Next page > Delphi Shell Change Monitoring - the proper way! > Page 1, 2, 3
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;
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...
Jans Freeware Delphi Components - 0 views
Object Pascal Style Guide - 0 views
The Iterator Design Patterns - 0 views
Delphi 2007 Handbook - 0 views
DelphiCodeToDoc - 0 views
Refactorings - 0 views
‹ Previous
21 - 40 of 65
Next ›
Last »
Showing 20▼ items per page