Skip to main content

Home/ Delphi/ Group items tagged ide

Rss Feed Group items tagged

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

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

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

Raudus.com - 1 views

  • WYSIWYG visual IDE. Just drag & drop components onto a form. Delphi-style application and forms. Visual and non-visual components, delphi-style event handlers. Coding in Delphi only. Minimal use of HTML, CSS and JavaScript. Easy debugging. Run application, refresh browser page and debug. Truly stateful server-side applications. Close and open browser – and return to the same state. AJAX techniques. Asynchronous requests. Page never reloads. Timers, publishers (let you deliver pictures, HTML and arbitrary content to page). TDataSource-compatible components to view and edit data. High performance. Delphi creates native server-side code. Standalone executable, Apache module or FastCGI application. Full cross-browser applications.
  •  
    Web-based, Ajax-driven framework and component set for Delphi, that allow create Rich Internet Applications (RIA). Raudus uses ExtJS GUI library. The development process is very similar to desktop applications development.
  •  
    let me check
Mr. DiGi

Refactorings - 0 views

  •  
    Nice tips about new refactoring features
Mr. DiGi

Incremental Search - 0 views

  •  
    Using Ctrl+E
Mr. DiGi

New IDE features since Delphi 7 - 0 views

shared by Mr. DiGi on 18 Apr 08 - Cached
  •  
    Useful tips
1 - 11 of 11
Showing 20 items per page