Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Rayzz Media Sharing Software 3.0
RTF-to-HTML DLL .Net 3.0.1
SQL Digger 2.5
PHP AdminPanel 3.0.3
ApPHP 6.0.4
Flash Event Calendar 2.0
ASP.NET Barcode Prof. 6.0
Text Menu FX 1.0
Pyramid Gallery FX 1.0
DWB Image Gallery 2.17
Accordion FX 1.0
Dock Menu FX 1.0
3D Carousel Menu FX 1.0
Excel to PDF .Net 1.0.0
BPArtGallery - Art Gallery Site Script 1.0
Top Code
ApPHP 6.0.4
File SyncForce Pro 4.0
Blade API Monitor 3.5.2.2
WebGrid DataGrid 3.1.6
AJ Help Desk Software 1.0
ES File Upload & Download Manager 2.7
XML Banner Rotator 0 AS3 1.0
ActivePresenter 1.1
The Pacer Edition beta
Inout Adserver 2.1
FlyCharts Flash Chart Component 2.10
PHP Authorization 1.0
Equipment Renting Bookings Database ASP.NET Script 1.0
File Sharing Search Engine 1.0
Flash News Article Script 1.0
Code Listing by Martin Waldenburg

Code 1-9 of 9   


A simple source navigator for D1.





A simple but effective interface to the IDE's text buffer. You can retrive the text of the IDE's text buffer either as PChar or as string list. You can manipulate it in any way and then replace the whole text with your manipulations result.



MActionEvents is a manager for the IDE ActionLists-Events to which everybody can add his own EventHandlers.



MWDelPar is a lightning fast syntax anylyser for Delphi source code (2.5 - 5 MB/S on PII 400), roughly 100000 lines/second. Could be a base for:ClassBrowsersClassDesignersUML toolsInterpretersScriptingetc.



A simple ultra fast generic double Hash list. The amount of items is variable and only limitedby available RAM.You can add and remove items on the fly. There are three primary and two secondaryHash functions available, however you can assign your...



mwLexStates contains fast programmable/scriptable generic lexical analyser. It can have an virtualy unlimited amount of nested sublexers. Support for WideString is available too.



Wrapper around the new ToolServices of Delphi 4. You can it use only within a wizard. You need not to create the class.



TmwHashStrings combines the advantages of hasching and binary search.TmwStringHash: Any TStrings descentand can be assigned to and hashed by it.TmwHashedStringList uses TmwStringHash to perform hashes.TmwStringHash uses a two dimensional dynamic...



QmwDocument is a container that could be used to build a simple WYSIWYG edit control.