AddDelphi Knowledge Base 1.5



Delphi Knowledge Base is a unique collection of Delphi tips and articles where Delphi programmers can find ideas, solutions and share their experience. Large data base enables you to find the article you need and data base update tool
gives possibility to share your articles with other users via the Internet. This exchange helps to expand the program and to enrich it with new articles every day. Articles are formatted so that they could be copied and pasted right
into your program.

  • Category:
    Tools
  • Author:
    (More by this author)
  • Info:
    Shareware
  • Date added:
    04 September, 2002 10:26
  • Views:
    755
  • Downloads:
    185
  • Price:
    29.00 USD
Related Downloads
Test your (Delphi) might  - 21 September, 1999 - Juan Rodriguez

Test your Delphi knowledge. Extract from a sample of the Inprise certification exam for Delphi. Don't expect it to be easy...

ProDelphi - Source code profiler 26.4 - 12 March, 2012 - Helmuth J.H. Adolph

ProDelphi gives you the CPU-time consumed by the procedures of your program. The measurement is done on a base of CPU-cycles. It works with a Pentium CPU or compatible like AMD Athlon. Measurement results can be viewed with a built in viewer or...

DXScene  - 04 November, 2008 - Eugene Kryukov

DXScene is DirectX based 3D library for Delphi and C++ Builder. Base features: WYSIWYG design-time designer and property editors, full 3D transformation, animations, set of building shapes, transparency support, unicode support, physics...

FReport  - 08 August, 2002 - Eero Käärik

FReport components enable to develop web applications based on ISAPI standard, which can be used with most web servers working in Windows environment, using Borland Delphi or Borland C++ Builder visual development environments. Using FReport...

VGScene v 1.26 - 04 December, 2008 - Eugene Kryukov

VGScene is a suite of native Delphi/C++Builder components for develop rich applications for desktop like Adobe AIR or Microsoft WPF. Base features: fast realtime anti-alised 2D vector graphics engine, WYSIWYG design-time designer and property...

Related Information
  • HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)
    Find the handle of the window using FindWindow or EnumWindows and use PostMessage(ProgramHandle, WM_CLOSE, 0, 0); I have not tried it, but it...
  • HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)
    Var Grep : String; Begin Grep := Copy('2000-46',6,2); End; The first parameter is a string or a dynamic array, the second is the index of...
  • HOW CAN I DEBUG DLL (2001-01-03 00:48:24)
    Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ? /Filip
  • USING DLLS (2001-01-03 23:47:50)
    Hi again Goober ... :o) Let's take NETAPI32.DLL as an example. This DLL is created by Microsoft and the explanation of its use is described in...
  • DOT ON SCREEN (2001-01-03 03:42:55)
    Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function COLORREF SetPixel( HDC hdc, // handle...
Related News
Common Knowledge - Business Rules Automation for Delphi - 09 May, 2002
BUSINESS RULES MANAGEMENT AND AUTOMATION FOR DELPHI IS NOW "COMMON KNOWLEDGE"

We wouldn't contemplate hard-coding relational data...
Common Knowledge - Making Your Business Rules Your Business - 02 February, 2012

Business rules are the key day-to-day policies, constraints and know-how that, for example, allow insurance companies to...

ProDelphi 6.5 source code profiler for Delphi released - 30 July, 1999
ProDelphi is a source code profiler.
It gives you the CPU-time consumed by the procedures of your program. The measurement is done on a base...
ProDelphi 6.6 source code profiler released - 06 September, 1999
ProDelphi is a source code profiler for Delphi.It gives you the CPU-time consumed by the procedures of your program.

The measurement is...

DXScene 1.11 just released - 28 October, 2008
DXScene is DirectX based 3D library for Delphi and C++ Builder. Base features: WYSIWYG design-time designer and property editors, full 3D...
Categories

Latest Forum Entries