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.
Delphi Tips and Tricks: Model View - 0 views
Refactorings - 0 views
New IDE features since Delphi 7 - 0 views
Multithreading - The Delphi Way - 0 views
The Iterator Design Patterns - 0 views
Default IDE Shortcut Keys - Delphi - 0 views
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 IDE Palette Menu - 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.
-
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
1 - 16 of 16
Showing 20▼ items per page