Skip to main content

Home/ Delphi/ Group items tagged Delphi

Rss Feed Group items tagged

Mr. DiGi

Internet Component Suite (ICS) - 0 views

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

marcocantu.com home - 0 views

  •  
    Marco Cantu
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

Refactorings - 0 views

  •  
    Nice tips about new refactoring features
Mr. DiGi

Incremental Search - 0 views

  •  
    Using Ctrl+E
Mr. DiGi

Properties - 0 views

  •  
    Using properties
Mr. DiGi

Member Visibility - 0 views

  •  
    Member scope visibility
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...
« First ‹ Previous 41 - 60 of 69 Next ›
Showing 20 items per page