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.
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...
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. |