Delphi 6.0x freeware Files and Drives |
[ DelphiNeroAPI-0_21a.zip ] [ 749,657 bytes ] | [ Freeware ] [ With Source ] [ D6 | D7 ] | ||
Ahead Software has released an SDK (Software Development Kit) called Nero SDK, in order to give access to developers to Nero's Embedded API. Nero Burning ROM is one of the most popular CD/DVD burning softwares for Windows and this SDK gives access to teh API, enabling developers to to add their powerful CD/DVD-writing functions to one's own applications. For example, you can record on CD/DVD graphics files right from one's graphics application. This API also enables the developers to add new audio formats to Nero, Nero Express and NeroMIX. Ahead Software is distributing Nero API version 1.02 for C/C++ developers. The project intends to translate the API headers and maybe create a wrapper to access the API from Delphi and thus enable Delphi developers to burn CD/DVD directly from their own software. The project will be compiled on Delphi 7, the platform it will run into is at least: Pentium 90 processor, 16 MB RAM, 12 MB free hard disk space, CD-R, or CD-RW, DVD-R/RW or DVD+RW drive and Windows 95, 98, ME, NT 4.0, 2000 or XP versions. In order to fullfill the objective the project will need Ahead Nero's libraries or Nero Burning ROM software installed on the machine. Added: 23-02-2004 | Version: 0.21a | Downloads: 1357/1357/24
|
[ dirlabel.zip ] [ 3,141 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 | D6 | C4 ] | ||
TDirLabel is a label which will automatically cut a directory down to "...\" when the whole directory gets too long for the label. It will do this continuously until the modified folder fits in the whole label. So if you have something like this: "C:\Program Files\Borland\Delphi 3\Bin" and the folder needs to be shortened, it will become "C:\...\Borland\Delphi 3\Bin" and if it's still too long, it'll become "C:\...\...\Delphi 3\Bin" Added: 10-03-2002 | Version: 0.1 | Downloads: 3226/3226/5
|
[ dkFileFinder.zip ] [ 4,575 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | D6 | D7 | D8 | D2 ] | ||
The component "DKFileFinder" is a basic file search component which will search for files that match the specified "mask". It will also search recursively within sub-folders. The code is not particularly clever but I find it very useful. I have included the .pas file so that developers can just use the code if they so wish. There are no limitations on the use of this FREE component but, by the same token, I can not except responsibility if anything goes wrong. Added: 27-12-2004 | Version: n/a | Downloads: 1074/1074/27
|
[ FileInfo.zip ] [ 70,977 bytes ] | [ Freeware ] [ No Source ] [ D4 | D5 | D6 ] | ||
TFileInfo is a Delphi object which can give you some info about and performs operations with files. It works under Delphi 4 and higher and is very easy to use, for instance, to make your own Explorer. For example, this is some information you can retrieve: name, size, attributes, acces, modify and creation date, all icons, version info (Productname, Copyright, etc.), MP3 ID3 tags (Author, Title, etc.), extended MPEG info (duration, filelength, padding, etc.), Office 97 & 2000 DOC information (Author, Subject, WordCount, etc.), exported DLL functions, EXE filetype and rename, move, delete and copying in 3 different ways (Shellcopy, silent copy, or custom copy with own TProgressBar, etc.) and more... Added: 6-03-2002 | Version: 1.0 | Downloads: 3082/3082/19
|
[ FileInfo.zip ] [ 39,066 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | D6 ] | ||
With source! TFileInfo is a Delphi object which can give you some info about and performs operations with files. It works under Delphi 3 and higher and is very easy to use, for instance, to make your own Explorer. For example, this is some information you can retrieve: name, size, attributes, acces, modify and creation date, all icons, version info (Productname, Copyright, etc.), MP3 ID3 tags (Author, Title, etc.), extended MPEG info (duration, filelength, padding, etc.), Office 97 & 2000 DOC information (Author, Subject, WordCount, etc.), exported DLL functions, EXE filetype and rename, move, delete and copying in 3 different ways (Shellcopy, silent copy, or custom copy with own TProgressBar, etc.) and more... Added: 8-07-2002 | Version: 1.2 | Downloads: 3533/3533/22
|
[ finddirs.zip ] [ 2,318 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 | D6 | C4 ] | ||
TFindDirs will find all the directories and subdirectories in a specified directory. Added: 10-03-2002 | Version: 0.1 | Downloads: 3674/3674/7
|
[ hotlog.zip ] [ 157,567 bytes ] | [ Freeware ] [ With Source ] [ D6 | D7 ] | ||
HotLog.pas is a unit that defines THotLog, a multithreaded, object oriented, and buffered safe log file manager. (This new 1.5 version adds some features and corrects some minor bugs) Added: 18-05-2004/25-01-2005 | Version: 1.5 | Downloads: 1476/1467/12
|
[ link: download.htm?dl=mFileAss ] [ size n/a ] | [ Freeware ] [ With Source ] [ D5 | D6 ] |
TmFileAss A file association component. You can use this in an application when you wan't association to be made, without relying of an installer program. Existing associations are trapped, and can be handled. Easy to use. Source and demo supplied. Added: 29-09-2003 | Version: 1.0 | Downloads: n/a |
[ link: download.htm?dl=mFileScan ] [ size n/a ] | [ Freeware ] [ With Source ] [ D5 | D6 ] | ||
TmFileScan TmFileScan scans a whole device or part of it, and outputs the fullpath filenames, corresponding to the searchfilter settings. Multiple paths and filters can be set. The search runs in a separate thread, which can be Paused/Resumed. Source and demo supplied. Added: 29-09-2003 | Version: 1.0 | Downloads: n/a
|
[ link: download.htm?dl=mLog ] [ size n/a ] | [ Freeware ] [ With Source ] [ D5 | D6 ] | ||
TmLog A component that helps you with logfiles. Uses severity- and tracelevels. AddToLog(Msg: string; SeverityLevel: TmSeverityLevel) : Place this method in your code where you want logging. Trace levels are kept in registry. Patch in registry if you want to change trace level for a running application. Source and demo supplied. Added: 12-01-2004 | Version: 1.0 | Downloads: n/a
|
[ link: download.htm?dl=mShortcut ] [ size n/a ] | [ Freeware ] [ With Source ] [ D5 | D6 ] | ||
TmShortcut This component produces windows-shortcuts. Just specify: destination, shortcut-caption and inparameters. Sourcecode and demo supplied. Added: 29-09-2003 | Version: 1.0 | Downloads: n/a
|
[ link: FileBrowser.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D5 | D6 ] | ||
File Browser was written originally as a property editor for a product still under development and has been released as a stand alone executable. It has many novel features including a file and directory timestamp editor. Additional features include bookmarks to provide fast access to frequently accessed files and directories. Added: 1-04-2002 | Version: n/a | Downloads: n/a
|
[ magdskfmt10.zip ] [ 256,709 bytes ] | [ Freeware ] [ With Source ] [ D6 | D7 | D2 ] | ||
The Check Disk and Format Disk component is a Delphi wrapper around the Windows APIs exported by fmifs.dll, which are used to format fixed or removable disk drives and perform disk checks on Windows NT4 and later. It supports any local disk drive that has been assigned a drive letter by Windows, just like the normal format and check disk tools in Windows. Added: 21-11-2005 | Version: 1.0 | Downloads: 79/79/16
|
[ rpFileCopy.zip ] [ 900 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | D6 ] | ||
Simple component for copying files, wrapped around the CopyFile function in Borland's FMXUTILS unit. [more] Added: 1-04-2003/2-04-2003 | Version: 1.0 | Downloads: 0/0/0
|
© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.