This component registers a system-wide key combination to the operating system. When the key combination is created anywhere in the operating system, this component will get the keypress first and call the OnHotKey event. The application does not...
This component registers a system-wide key combination to the operating system.When the key combination is created anywhere in the operating system, thiscomponent will get the keypress first and call the OnHotKey event. The applicationdoes not...
With this component you can share memory between other processes and instances. By using File Mapping, but without a file underneath, this component allows you to allocate memory and allow other processes to use it. By naming the memory, using the...
Add Items to the System Menu the EASY way. Use the built-in Delphi menu designer to construct the WYSIWYG menu, then connect it to the TfisSysMenu component. Hey presto, the menu appears on the caption menu, even at design-time. It's as simple as...
This component creates a thread and uses it to call its 'OnThreadChange' Event whenever the'Text' property changes.It's very useful for a database lookup or other slow process that will normally slow down the TEdit interface. Includes both Delphi...
This non-visual component monitors the contents of a directory or directory tree. Many different file changes can be monitored such as file size, last write, creation & deletion etc. An event is triggered when these occurs.
GroupBox derivative that recursivly enables / disables all children as well. |