Welcome to PickZy.com
 
Login | Register    
Email id [or] Username: Password: forgot password | Register
pickZy Search

Search:  
Enter the keyword to search eg, binary tree


Articles:   Support:
Delphi - Looping
Delphi - Looping Why loops ? ..more
Delphi - Dates and Times
Delphi - Dates and Times  ..more
Pointers in Delphi
What are pointers?   ..more
Delphi - Exception Handling
Error Handling in Delphi  ..more
Delphi - Data Types tutorial
Simple Delphi data types  ..more
 
 
Downloads:   Programs:
File Finder
A command line utility to find files. Should work with most 32bit versions of delphi, tested with delphi 5 - 2005 (but not 6!) Usage: ff [starting location] EG: ff *.pas c:\source File Finder for Explorer:
Exceedingly crude clipboard monitor
Just so you can see if anythings fiddling with it behind your back go through the following link http://www.xcalibur.co.uk/DelphiThings/
 
Delphi - Disable Close button on form caption
Disable Close button on form caption See this example. For enabling button use MF_ENABLED instead of MF_GRAYED. procedure TForm1.Button1Click(Sender: TObject); var Flag: UINT; AppSysMenu: THandle; begin AppSysMenu:=GetSystemMenu(Hand..more
Delphi - Enter key or Return key? in delphi
Here's how to differentiate between the user pressing the ENTER (return) key on the standard keyboard and the ENTER key on the numeric keypad. ~~~~~~~~~~~~~~~~~~~~~~~~~ interface ... private procedure WMKeyDown(var Message: TWMKeyDown) ; mess..more
 
Reference links:   Questions:
Delphi - delphi google groups
borland . public . delphi . non-technical Discussions ..
Delphi - list of pushKey Constants delphi
Try this: I got this from: http://users.froggy.com.au/andromeda/software/index.html/pushkeys/index.html and modified it into a unit for usage in your program.....
Delphi - DBase query order by tutorials
This tutorial will show you how to connect to an existing database in retrieve data from it and finally show it on the client side using a DataGrid component. In order to keep things simple we hav..
Delphi - SQL IN DELPHI
If you are going to use SQL in your applications, you will become very familiar with the TQuery component. Delphi enables your applications to use SQL syntax directly though TQuery component to ..
Delphi - Delphi Databases Tips and Tricks
Accelerate first access to table First access to any table is very slow. This problem may come from the fact that the BDE must query the DB to get table information before working with the table t..
Delphi - How to add Column in run-time?
First add next code in uses section: uses NxColumns, NxColumnClasses; Then call Add method of Columns property. Add method require that you specify Column Class for new column..
Delphi - Create shortcuts in delphi
Dealing with DsgnIntf.pas code trouble How to add columns to a TListBox How to use True Type fonts without installing?..
Delphi - System-Modal Top Most Message Box
System-Modal Top Most Message Box Even though this might sound complicated, it is, as you will see, not. Since Delphi can easily access most of the Windows API calls, executing the "MessageBox" ..
Delphi - The fastest path to Delphi localizat
Are you aware? If you are the owner of the Professional or Enterprise version of Delphi you can do what any other developers using some other languages may not: you may see (and change) the sou..
Delphi - StrToInt
declaration function StrToInt(const s: string): integer; description Converts a string to an integer..
 
Delphi_ivq - Delphi interview Questions and t
A few things Ive made with CodeGear's Delphi which I share with you, source and all! If you are also interested, Ive a work in progress Delphi 2005+2006 tutorial..

  Latest Solution's

  Search Content


Web site contents © Copyright 2007, All rights reserved.