Skip to main content

Home/ Delphi/ Group items tagged tool

Rss Feed Group items tagged

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

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...
  • 4. Globus VCL Extensions Library (GVCL)A library of components and functions for Borland Delphi 3 - 7 and Borland C++ Builder 5
  • 5. Pro VCL Extensions Library (ProLib)Freeware component library for Borland Delphi and Borland C++Builder. Includes 28 components and several useful classes, procedures and functions
  • 6. Max's components for DelphiA set of some 15 Delphi components all with free source and help files
  • 7. About Delphi Programming Free VCL setMore than 40 components
  •  
    list of the best Delphi component sets (free with source)
Mr. DiGi

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...
  •  
    How to enable the simplified Model View
Samuel cartaxo

JSON Delphi library - 0 views

  •  
    Implementing JSON (XML alternative, http://www.json.org) data format and objects structure. Lightweight and fast.
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.
Samuel cartaxo

PasDoc - 0 views

  •  
    documentation tool for ObjectPascal source code
1 - 7 of 7
Showing 20 items per page