Delphi ist eine universelle Programmiersprache und ein Softwareprodukt, das den Delphi-Dialekt der Programmiersprache Object Pascal verwendet und eine integrierte Entwicklungsumgebung (IDE) für die schnelle Anwendungsentwicklung von Desktop-, Mobil- , Web- und Konsolensoftware bietet. Derzeit wird es von Embarcadero Technologies entwickelt und gepflegt .
Delphi unterstützt die schnelle Anwendungsentwicklung (RAD). Zu den herausragenden Merkmalen gehören ein visueller Designer und zwei Anwendungsframeworks : die Visual Component Library (VCL) für Windows und FireMonkey (FMX) für die plattformübergreifende Entwicklung.
Delphi verwendet die auf Pascal basierende Programmiersprache Object Pascal, die von Anders Hejlsberg für Borland (heute IDERA) als Nachfolger von Turbo Pascal entwickelt wurde. Sie unterstützt die native Cross-Kompilierung für viele Plattformen, darunter Windows, Linux, iOS und Android.
Delphi unterstützt die schnelle Anwendungsentwicklung (RAD). Zu den herausragenden Merkmalen gehören ein visueller Designer und zwei Anwendungsframeworks : die Visual Component Library (VCL) für Windows und FireMonkey (FMX) für die plattformübergreifende Entwicklung.
Delphi verwendet die auf Pascal basierende Programmiersprache Object Pascal, die von Anders Hejlsberg für Borland (heute IDERA) als Nachfolger von Turbo Pascal entwickelt wurde. Sie unterstützt die native Cross-Kompilierung für viele Plattformen, darunter Windows, Linux, iOS und Android.
Um die Entwicklung für Microsoft Windows besser zu unterstützen und die Interoperabilität mit Code zu gewährleisten, der mit anderen Softwareentwicklungswerkzeugen erstellt wurde, unterstützt Delphi unabhängige Schnittstellen des Component Object Model (COM) mit Referenzzählungsklassenimplementierungen sowie zahlreiche Drittanbieterkomponenten. Schnittstellenimplementierungen können an Felder oder Eigenschaften von Klassen delegiert werden. Nachrichtenbehandler werden implementiert, indem eine Methode einer Klasse mit der ganzzahligen Konstante der zu verarbeitenden Nachricht gekennzeichnet wird.
Diese Beispielcodes können mit einem Delphi-Compiler kompiliert werden.
Alle Codes sind frei von Lizenz und können nach Belieben eingesetzt, verändert oder weiter gegeben werden.
Eine gewisse Vorkenntniss in Pascal und in der Handhabung des Compilers sind aber Voraussetzung, um die Codes erfolgreich zu nutzen. Die Codes können auch in C++ konvertiert und eingesetzt werden.
Die Codes werden von mir ausgiebig geprüft und sollten alle einwandfrei funktionieren. Die Compiler, die bei mir in den Einsatz kommen, sind, Delphi7, Delphi10, Delphi11, wobei sie sehr stark modifiziert sind. Deshalb kann es vorkommen, dass Libraries fehlen könnten.
Alle Codes sind frei von Lizenz und können nach Belieben eingesetzt, verändert oder weiter gegeben werden.
Eine gewisse Vorkenntniss in Pascal und in der Handhabung des Compilers sind aber Voraussetzung, um die Codes erfolgreich zu nutzen. Die Codes können auch in C++ konvertiert und eingesetzt werden.
Die Codes werden von mir ausgiebig geprüft und sollten alle einwandfrei funktionieren. Die Compiler, die bei mir in den Einsatz kommen, sind, Delphi7, Delphi10, Delphi11, wobei sie sehr stark modifiziert sind. Deshalb kann es vorkommen, dass Libraries fehlen könnten.
Sollten dennoch Schreibfehler auftauchen, so postet es in die Kommentare, damit ich sie berichtigen kann.
| Graphic |
|---|
| Code link | Description |
|---|---|
| Convert Bitmap to JPG | Convert bitmap pixels to JPG pixels. |
| Convert Bitmap to PDF | Convert bitmap pixels into a PDF file. |
| Convert Bitmap to PSD | Convert Bitmap file to Photoshop Document (psd). |
| Convert Bitmap to RTF | Convert Bitmap file to Rich Text Format (.rtf). |
| Convert Bitmap to EMF | Convert Bitmap file to Enhanced Metafile (.emf). |
| Convert Bitmap to GIF | Convert Bitmap file to GIF (.gif). |
| Convert Bitmap to ICO | Convert Bitmap file to Icon (.ico). |
| Convert Bitmap to PNG | Convert Bitmap file to PNG (.png). |
| Convert Bitmap to TIF | Convert Bitmap file to TIFF/TIF (.tif). |
| Convert Bitmap to Original 8 Bit | Convert Bitmap to real 8bit format. |
| Stretch Bitmap | Scales a bitmap image to fit a new target size. |
| Scale Bitmap | Scaling a bitmap (also known as a raster graphic). |
| Blur Bitmap | Softening a bitmap |
| Bitmap Pixel-Farben tauschen | Change bitmap pixel colors |
| Bitmap Resampling | Modify raster graphic |
| Bitmap Sharping | Sharpening the bitmap pixels |
| Bitmap Calculate Grayscale | Convert bitmap to grayscale |
| Bitmap Resizing | Modify bitmap in H/W |
| Calculate Bitmap Negativ | Calculate a negative onto the pixels |
| Bitmap Mirror H/V | Mirror bitmap pixels |
| Calculate Emboss to Bitmap | apply an emboss effect to the image |
| Folding a Bitmap | folding a bitmap image |
| Load Oversize Bitmap | Load oversized bitmap images |
| Bitmap Fadeout | Show and hide a bitmap |
| Bitmap Brightness | Change the brightness of a bitmap |
| Bitmap Image with Shadow | Add a shadow to the bitmap. |
| Bitmap Tone RGB | Adjust the pixel tones. |
| Bitmap Rotate | Rotating a bitmap. |
| Bitmap Header Information | Get information about a BIMTAP. |
| Bitmap Contrast | Change the pixel contrast. |
| Bitmap Draw Sepia Effect | Create a sepia effect. |
| Hidden Text in Bitmap | Write hidden text into a bitmap. |
| Tile Bitmap on Image | Tiling bitmap areas. |
| Bitmap Zoom In & Out Smooth | Zoom bitmap in high quality in/out. |
| Calculate AntiAliasing on Bitmap | Calculate AntiAliasing. |
| Paint Bitmap Canvas | Painting bitmap canvas. |
| Bitmap Fade | Fade a bitmap in & out. |
| Animate Bitmap on Bitmap | Animate bitmap on bitmap flickerfree. |
| Bitmap ThumbNail Creator | Thumbnail createot. |
| Calculate Bitmap to Matrix | Calculate bitmap to Matrix effect. |
| Build Bitmap Driver & load it | Create bitmap picture to driver and load. |
| Load Bitmap Drag&Drop | Drag and Drop bitmap picture to component. |
| Bitmap to Sprites and Move | Copy bitmap to sprites an move it. |
| Bitmap to Magnifying Glass | Use a magnifying glass. |
| Paint on Bitmap | Painting pixels onto a bitmap |
| Rotate Bitmap by one Point | Rotate a bitmap around a point |
| Rotate Bitmap at Angle (High Quality) | High-quality angular rotation |
| Colorize Bitmap HSV > RGB | Convert HSV color to RGB color value |
| Create Bumpmap on Bitmap | Calculate a bump map onto the pixels of a bitmap. |
| Export & Save Bitmap from Resource | Export a bitmap from the resources |
| Create Alpha-Blending | Apply alpha blending to the bitmap. |
| Copy Bitmap to Clipboard | Copy a bitmap to the clipboard. |
| Highlight Color on Bitmap | Highlight the color pixels. |
| Get Bitmap from TCheckBox Component | Determine the graphic of a component (CheckBox). |
| Animate Bitmaps with CopyRect | Animate the graphic using the copy function. |
| Set Bitmap RGB Channel | Determine the RGB channels of pixels. |
| Fade Bitmap In & Out | Zoom in and out of graphics |
| Draw Bitmap into PaintBox | Draw a bitmap onto the PaintBox component. |
| Convert JPG to Bitmap | Convert JPG format to bitmap format. |
| Convert JPG to PDF (Batch) | Batch convert JPG format to PDF format |
| JPG Resize (Scale) | Change the size of a JPG image. |
| JPG Resize (Scale High Quality) | Change the size of a very high-quality JPG image. |
| Move JGP flicker-free | Move a JPG without flickering. |
| Convert PNG to Bitmap | Convert a PNG file to bitmap format. |
| PNG Resize | Change the size of a PNG image. |
| Convert GIF to Bitmap | Convert a GIF image to bitmap format. |
| GIF Export Frames | Export the frames of a GIF animation. |
| Get GIF Dimensions | Get information about a GIF |
| Convert PCX to Bitmap | Convert the PCX format to a bitmap format. |
| Convert TIFF to Bitmap | Convert the TIFF format to a bitmap format. |
| Convert TGA to Bitmap | Convert the TGA format to a bitmap format. |
| Convert EMF to Bitmap | Convert the EMF format to a bitmap format. |
| Convert ICO to Bitmap | Convert the ICON format to a bitmap format. |
| Convert WMF to Bitmap | Convert the WMF format to a bitmap format. |
| Export StringGrid to Bitmap | Export the contents of a StringGrid component to a bitmap. |
| Draw Gradient to Image | Draw a color gradient. |
| Calculate AntiAliasing to Image | Apply anti-aliasing to an arbitrary image. |
| Draw Text Typewriter on Image | Apply the typewriter effect to an image. |
| Type Rotation Text on Image | Draw twisted text onto an image. |
| Cut Zone from Image | Cut a zone out of an image |
| Load PSD File to Image | Load a PSD file into an image. |
| Extract Icon from any File | Extract the icon of any file. |
| Zoom Picture High Quality | Zoom in on the image in high quality. |
| Draw Spray Effect in Image | Apply a spray effect to an image. |
| Build GIF Animation in Resource & Execute | Embed a GIF into the resources of an EXE file. |
| Create Canvas 3D-Diagram | Draw a 3D diagram. |
| Draw Traffic Lights | Draw a traffic light. |
| Draw Canvas Pictures | Drawing on canvas. |
| Draw Polygon | Draw polygons. |
| Draw a House | Drawing a house. |
| Draw a Arrow | Draw an arrow. |
| Draw a Elipse | Draw ellipses. |
| Draw a Gradient Quader | Draw squares with color gradients. |
| Draw Mirror Effect on PaintBox | Draw a mirror effect in a PaintBox. |
| Draw Animate Line | Draw an animated line. |
| Draw a Compass and Animate it | Draw and animate a compass. |
| Draw a Gradient Circle | Draw circles with color gradients. |
| Draw Gradient Plasma | Draw a plasma effect. |
| Draw Gradient Aminate Lines | Draw an animated line with gradients. |
| Draw Quaders & Animate Flicker-Free | Animate a flicker-free square. |
| Draw a Snowflake | Draw a snowflake. |
| Draw throw the Dice | Draw dice being thrown. |
| Draw Jumping Letters | Draw jumping letters. |
| Draw Animate Analog Clock | Draw and animate an analog clock. |
| Draw Animate Binary Clock | Draw and animate a binary clock. |
| Draw String Binary Clock | Draw a binary clock as a character. |
| Draw Smooth Font Scroller | Draw a smooth font scroller. |
| Draw Vertical Smooth Font Scroller | Draw a smooth vertical font scroller. |
| Render Canvas Font Scroller | Render a font scroller. |
| Draw Gradient Canvas Fonts | Draw fonts with gradients. |
| Draw Canvas Outline Fonts | Draw the font with outlines. |
| Draw Bezier Fonts | Draw Bézier characters. |
| Draw Animated Bezier Fonts | Draw animated Bézier characters. |
| Animate Components | Animate components along the form. |
| Create Grafik Benchmark | Create a benchmark. |
| Draw Animated Pixel Graphic | Animate pixel graphics. |
| Draw Gradient Shapes | Draw Gradient Shapes. |
| Draw Mandelbrot Fractale | Render a Mandelbrot fractal. |
| Draw Graphical Counter | Draw a graphical countdown. |
| Draw Grid on Form | Draw a grid on the form. |
| Draw Particel Flames | Fire particle effect. |
| Draw Animated Ship | Draw an animated ship. |
| Draw Smilies | Draw smileys. |
| Draw Tricolor | Draw an RGB tricolor triangle. |
| Draw Canvas Bezier | Draw a canvas Bézier curve. |
| Draw Vektor and Mode it | Draw a vector graphic and move it. |
| Canvas Color Touch Simulation | Draw canvas color touch simulation. |
| Simple Paint Application | Create a simple drawing program. |
| Draw Polygons with Glut.dll | Draw polygons using the GLUT driver. |
| Draw Maxwell Color Triangle | Draw a Maxwell RGB color triangle (color picker). |
| Draw Snowfall (30fps) | Simulate a rapid fall at (30 fps). |
| Image to 3D-Matrix | Place any image onto a 3D matrix. |
| Thread Animate ScanLine | Thread Animate ScanLine. |
| Draw OpenGL Mandelbrot | An OpenGL Mandelbrot calculation. |
| Draw Autodesk CAD Szene | Program an Autodesk CAD scene. |
| 3D-Game Engine | Create a 3D game engine. |
| Eyes follow Mouse | Use the mouse to control the eyes that follow. |
| Draw Animated Pixel Swarm | Draw a swarm of pixels that follows the mouse. |
| Draw Flashlight on Mouse | Turn the mouse into a flashlight. |
| Draw High Quality Quader an Animate it | Draw and animate a high-resolution square. |
| Draw Reality Flash (49 fps) | Draw a real lightning bolt at (49 fps). |
| Draw Reality Fire (49 fps) | Rendering real fire at (49 fps). |
| Draw Reality Smoke (49 fps) | Rendering realistic smoke at 49 fps. |
| Draw Animate Plasma on Screen | Animated plasma graphic. |
| Draw Pure Plasma | Pure plasma graphic symbol. |
| Create Screen Shaker | Create a screen shake effect. |
| Draw 32 Bit Sphere | Draw a 32-bit sphere. |
| Draw Animate Pixel Spiralee | Draw an animated pixel spiral. |
| Draw Reality Starfield Animation | A realistic animated starfield simulation. |
| Draw Starfield Side Scroller | Draw a scroller that moves from right to left. |
| Draw Starfield Shapes in Window | Draw shapes as starfields. |
| Draw Tranzparent Desktop Ball | Draw a transparent ball on the desktop. |
| Draw Animate Icosahedron | Draw and Animate an Icosahedron. |
| Draw Antialiased Wireframe Icosahedron | Draw Antialiased Wireframe Icosahedron. |
| Chop up the Desktop | Chop up the desktop. |
| Draw Gradient Alpha Channel | Draw Gradient RGB Color Alpha Channel. |
| Animate Mouse Cross & Show coordinates on Image | Animate Mouse Cross & Show coordinates on Image. |
| Create Shape on Panel | Create a simple cancas Shape on Panel. |
| Draw Animation Thread | Draw Animation Thread. |
| Get Tranzparency Color | Get transparency pixel color. |
| Draw 24 Bit Anti-Aliased Line | Draw 24-bit anti-aliased line. |
| Mix two TColors | Mix two RGB TColors into one. |
| Draw Multiple Gradient Colors | Draw Multiple Gradient RGB Colors. |
| Tile Image | Divide an image by percentage. |
| Draw Cluster Pixel | Draw a cluster pixel image. |
| Draw Traffic Light Simulation | Draw a traffic light simulation. |
| Draw Triangle and adjust | Draw a triangle with settings. |
| Draw Square in Circle | Draw a triangle inside a circle. |
| Draw Matrix 2D | Draw a 2D matrix. |
| Draw Reality Branch | Draw Reality Branch. |
| Draw RGB Color Wall | Draw RGB Color Wall. |
| Draw RGB Circle Picker | Draw RGB Circle Picker. |
| Draw infinite Pixels | Draw random infinite pixels. |
| Draw Wankel Engine Disc | Draw an animated Wankel engine. |
| System |
|---|
| Code link | Description |
|---|---|
| Get Windows Version | Determine the Windows version. |
| Get Windows TOS Version | Determine the Windows TOS version. |
| Get Windows TOS Fragment Version | Determine the Windows TOS fragment version. |
| Get Windows Major & Minor Version | Determine the Windows major and minor versions. |
| Ermittle ob Windows 64bit oder 32 bit ist | Determine whether Windows is 64-bit or 32-bit. |
| Programm mit Administrator Rechten ausführen | Run program with administrator privileges. |
| Mainboard Komponenten auslesen | Read out motherboard components. |
| Ermittle Installierte Programme | Identify installed programs. |
| Name und Pfad des Standard Browsers | Name and path of the default browser. |
| Einfacher Keylogger ohne laden von Treiber | Simple keylogger without loading a driver. |
| Execute Console in Form | Place the Windows console onto the form. |
| Paging Files Deactivate/Activate | Paging Files Deactivate/Activate. |
| Directory Sniffer | Create a file & folder monitor. |
| TrayIcon without Components | Show TrayIcon without Components. |
| Switch to Logon | Switch Windows to Logon. |
| Get Complete Hardware | Determine a computer's hardware. |
| EventLog Read & Clear | Read & Clear Windows Event Log. |
| Get all Drives | Detect all installed hard drives. |
| Get System Files in Ram | Identify all system files in storage. |
| Work with Trash | Working with the Windows Recycle Bin. |
| Sleep without Freeze | Prevent a program from freezing. |
| Create Shortcut on Desktop | Create a desktop shortcut. |
| Control Execute from other Programs | Control Execute from other programs. |
| Create System Contex Entrys | Create System Context Entries. |
| Check Programm ist Installed | Determine whether the program has been installed. |
| Is exe Running | Check if a program is running. |
| Get all Open Windows | Identify all open windows. |
| Create Autostart Entry | Create a shortcut in the Startup folder. |
| Program deletes itself | Cause the program to delete itself. |
| No double Execute Program | Prevents a program from being launched twice. |
| Get PID from any Process | Determine the PID of a process. |
| Set Priority Process | Determine the priorities of a process. |
| Get Complete Tasklist | Read out the entire task list. |
| Save Position & Size from Program | Save the properties of a window. |
| DLL Injector | Inject a driver file into the program. |
| Mouse magnification on Form | Mouse magnification on form. |
| Get Service Executable Path | Get Service Executable Path. |
| Read all Services | List all Windows services. |
| Check is Service running | Check if a service is running. |
| Start Stop Services | Start and stop a Windows service. |
| Access System Folders correctly | Ensure full access to the folder. |
| Change Desktop Wallpaper | Change desktop wallpaper. |
| Update Desktop | Refresh the desktop. |
| Loacate & Set Printers | Identify the installed printer and set it as the default. |
| Get Process real size | Determine the exact size of a file. |
| Get Hard Disk Information | Get information about the hard drive. |
| Get Physical Disk Information | Obtain information about the physical hard drives. |
| Hide Hard Disk | Hide a local hard drive. |
| Locate Logical Drives | Identify logical drives. |
| Extract Shell Icon | Extract the windows shell icons. |
| Draw Box with Mouse | Draw a box to make a selection. |
| Block Keyboard & Mouse Delay Time | Block Keyboard & Mouse Delay Time |
| Create Crosshair to Mouse | Draw a crosshair on the mouse. |
| Move Cursor without Mouse | Move the mouse in a ghostly manner. |
| Get Server Info fron Installed Programs | Get Server Info from Installed Programs. |
| Get Active Caption | Determine the name of the active window. |
| Check is Programm Installed | Check whether the Proamm is installed. |
| List all Windows | List all active windows. |
| Hide Program complete | Hide the program. |
| Program copies itself | The program copies itself to every location. |
| Uninstall Program & Delete Reg Key | Uninstall the program and delete the root key. |
| Shell Hook | Use a shell hook. |
| Process Query Information | Process query information. |
| Determine RAM usage in ProgressBar | Determine RAM usage in ProgressBar. |
| Determine over 2GB RAM | Detect more than 2 GB of RAM. |
| Clear Memory | Reduce RAM usage via a dedicated process. |
| Remove Driver from Memory | Remove a driver file from RAM. |
| Global Memory Information | Determine the total RAM capacity. |
| Reduce Process to Minimum | Reduce the process size. |
| Block Console (CMD) | Block the Windows console. |
| Type & Read Registry | Read and write data to the registry. |
| Search Registry Key & Read Content | Search Registry Key & Read Content. |
| Delete Registry Key | Delete Registry Key. |
| Jump to Registry Key | Jump to Registry Key. |
| Check Registry Key is Value | Check whether the key has a value. |
| Export Registry Key | Export a key. |
| Export Complete Registry | Export the entire key. |
| List Registry Key & Names | List the contents of a key. |
| Set Token Registry Privileges | Set read and write permissions for the registry. |
| Disable UAC (User Account Control) | Disable UAC (User Account Control). |
| Build Animate Cursor in Resource | Build Animate Cursor in Resource. |
| Create Screenshot & Save Bitmap | Create Screenshot & Save Bitmap. |
| Create Screenshot of a Window | Create a screenshot of a window. |
| Terminate Process | Terminate process. |
| Kill Process | Kill process complete. |
| Tray Icon Scroller | Scroll the TryIcon on Taskbar. |
| Work with Taskbar | Working with the taskbar. |
| Work with Keyboard | Working with the keyboard. |
| Create TrayIcon with Menu | Create TrayIcon with Menu. |
| Show Simple TrayIcon | Show Simple TrayIcon. |
| Windows Shutdown | Windows shutdown. |
| Get Windows XP Product Key | Get Windows XP Product Key. |
| Get Windows 7 (8/8.1) Product Key | Get Windows 7 (8/8.1) Product Key. |
| Get Windows VISTA Product Key | Get Windows Vista product key. |
| Get Windows 8 & 8.1 Product Key | Get Windows 8 & 8.1 Product Key |
| Get Windows 10 & 11 Product Key | Get Windows 10 & 11 Product Key. |
| Create Start Menu Entry | Create Start Menu entry. |
| Hide Program certain period of Time | Hide Program certain period of Time. |
| Move Components Drag&Drop | Move Components via Drag & Drop. |
| Create Explorer in ListView | Create an Explorer-style ListView. |
| Install / Deinstall Font | Install and uninstall TTF fonts in the system. |
| Locate all Monitors | Locate all monitors. |
| Get Screen Diagonal | Get Screen Diagonal. |
| Get Hard Disk Cluster Information | Get Hard Disk Cluster Information. |
| Get all USB Devices and Eject | Identification and removal of all USB hubs. |
| Block Hard Disk | Blocking hard drives. |
| Create Ball Form to Mouse | Create a ball shape at the mouse cursor. |
| Intigrate Original Console in Form | Flip desktop screen vertically. |
| Convert Unicode | Convert Unicode. |
| Registry Autoload | Automatic loading from the registry. |
| Registry Editor | A Registry Editor. |
| Screensaver Gravity Colored Lines | Screensaver Gravity Colored Lines. |
| Screensaver Matrix Style | A picture protector in matriy style. |
| Screensaver Particel | Draw animated particles. |
| Screensaver Sand | Sand Screensaver. |
| Startup Manager | Programming a startup manager. |
| Startup Methods | Startup Methods. |
| Get all Pathes from Locked Process | Get all Paths from Locked Process. |
| Process Viewer | Process Viewer. |
| Get Modules from all Process | Determine the module drivers of a process. |
| Get Threads from any Process | Get threads from any process. |
| SSD Detection | Detecting whether the drives are HDDs or SSDs. |
| Get CMD Output and Save | Get CMD Output and Save. |
| Show Mouse in Screenshot | Show mouse in screenshot. |
| Hint Drop Shadow | Add a shadow to the hints. |
| Create Vertical Titlebar | Create Vertical Title Bar. |
| Use HEX Mouse Cursor | Use HEX mouse cursor. |
| List available Screen Resolutions | Determine all possible video resolutions. |
| Change Screen Resolution | Change the video resolutions. |
| Get Window Callback | Get window callback. |
| Get EAN Barcode Number | Generate an EAN barcode. |
| Execute Select Folder with Features | Modify the Windows dialog for opening folders. |
| Get CPU & Disk Information | Get CPU & Disk Information. |
| Get CPU Clock Speed in many ways | Get CPU Clock Speed in many ways. |
| Change Windows OpenDialog | Change Windows Open Dialog. |
| Switch Desktops | Switch desktops. |
| Get Service Description | Get service description. |
| ListView AlphaSort | ListView AlphaSort sorting. |
| Get Driver Address in Memory | Determine the memory addresses of the loaded drivers. |
| SID to Name | Convert a SID address to a name. |
| Monitoring Registry Key | Monitor a registry key. |
| Get User Account SID | Determine the user account using the SID. |
| WMI Remote Desktop | Remote access to the desktop. |
| Timed Message Box | Create a delayed message box. |
| RichEdit Helper | Good features for the RichEdit component. |
| Check art of File Access | Check the access rights of a file. |
| Create Execute with Logon Security | Create Execute with Logon Security. |
| Create Api Thread & Terminate | Create API Thread & Terminate. |
| Get PC Power Status | Get PC Power Status. |
| Create Window Menu Entry | Add an entry to every Windows Start menu. |
| Save & Write Registry Key | Write to and save in the registry. |
| MessageBox with CheckBox | Create a custom MessageBox with input fields. |
| Map Strings to Items in Memory | Map Strings to Items in Memory. |
| Execute Process with PID | Execute a process via the PID. |
| PC with Memory Mapped Files | PC with Memory-Mapped Files. |
| Load DLL dynamically and Execute | Load DLL dynamically and Execute. |
| Exceptions in Threads | Working with exceptions in threads. |
| Animate Form OnShow | Animate a window on startup. |
| Variable Api Call | Variable API Call. |
| Send Variables | Send variables to other programs or windows. |
| Reference Variable | Reference variable. |
| Locate Critical Thread Sections | Locate Critical Thread Sections. |
| Parameter Thread | Work with Parameter Thread. |
| Dock on Screen | Dock the window to the screen. |
| Save Font Settings | Save the font properties of a window. |
| Highlight Strings in Memo | Highlight Strings in Memo. |
| Create Individual Baloon Tip | Create individual balloon tip. |
| Create Tranzparent Menu | Create Transparent Main Menu. |
| Modified Text in Dialogs | Change the text of a Windows dialog. |
| Multiline ComboBox | Create multiple lines in a ComboBox. |
| Center InputQuery Box on Form | Center the InputQuery box on the form. |
| Animate Effect OnClose Form | Close one with an animation. |
| Get List & Version from Registry Modules | Get List & Version from Registry Modules. |
| Packed Record Example | Packed Record Example. |
| Auto Run Edit Console | Auto Run Edit Console. |
| Get Tasklist Console | Get Tasklist Console. |
| Replacement for TRegistry | Replacement for TRegistry. |
| Get Shortcut Icons | Get Shortcut Icons. |
| Create Linked list in Memory | Create a linked list in memory. |
| Get Resource List | Get Resource List. |
| Locate System Type Librarys | Locate System Type Libraries. |
| Hook Function | Working with the hook function. |
| Round System Time | Round System Time. |
| Get Keyboard Information | Get Keyboard Information. |
| Get Password Box | Working with a password box. |
| Files & Folders |
|---|
| Code link | Description |
|---|---|
| Get EXE Detail Information | Detailed information about the PE file. |
| Create Temporary File | Create a file in the Windows temporary folder. |
| Clear Temporary Folder | Empty the temporary Windows folder. |
| Join & Split File | Cut files and join them back together. |
| Search String in File | Search for and find a string in a file. |
| Delete Folder | Delete an entire folder. |
| Patch File | Patch file. |
| Delete Specifies Files in folder | Delete Specifies Files in folder. |
| Copy File with ProgressBar Callback | Copy File with ProgressBar Callback. |
| Get File count in Folder | Count files in a folder. |
| Get all Files in Folder | Identify specific files or all of them. |
| Get all Specific Files in Folder | Get all Specific Files in Folder. |
| Get Folder size in Byte | Get folder size in bytes. |
| Get File Last Access Time | Determine the last access time of a file. |
| Get File size | Determine the exact file size. |
| Execute File Properties Dialog | Show Windows file properties. |
| Delete locked Files | Delete locked files. |
| Get File Attributes | Get File Attributes. |
| Get File Attribute Information | Get File Attribute Information. |
| File Attribute Changer | File Attribute Changer. |
| Delete Files & Folders | Delete Files & Folders. |
| Rename Directory | Rename Directory. |
| Get Folder Name from Path | Determine the folder name of a path. |
| Check is Folder empty | Check if a folder is empty. |
| File Splitter & Merger | File Splitter & Merger. |
| Append String to File | Append a string to a file. |
| List all Directory Folders | List all directory folders. |
| Access Rights for Files & folders | Access rights for files and folders. |
| Rename File | Rename a file. |
| Dump DOS Header from PE-Executable | Dump DOS Header from PE Executable. |
| EXE Change MZ MagicHeader | EXE Change MZ Magic Header. |
| EXE Import Redirector | EXE Import Redirector. |
| EXE Password Execute | Password-protected execution block for a PE file. |
| Save all Components | Save the properties of all components. |
| Use INI-Data | Working with .ini files. |
| Build EXE in Resource & Execute | Build EXE in Resource & Execute. |
| Check EXE is 64 bit or 32 bit | Check if an EXE is 64-bit or 32-bit. |
| Search String in EXE File | Search for a string in an EXE file. |
| Read line in Textfile | Read a specific line from a file. |
| Read PDF File & Save | Read PDF File & Save. |
| Append String to File | Append string to file. |
| Split Strings | Cut the strings. |
| Parse Text | Parse text. |
| Add Data to any File | Integrate data into any file type. |
| Include Options in Executable | Include options in executable. |
| Unlock blocked Files | Enable access to blocked files. |
| Drag&Drop File/Image and Read Content | Drag & Drop File/Image and Read Content. |
| Shredder any File | Permanently delete files. |
| Shredder Folder Complete | Permanently delete entire folders. |
| Load HEX from any File | Classic hex viewer. |
| 4 Bit HEX Viewer | 4-bit Hex Viewer. |
| HEX Viewer | Standard hex viewer. |
| Decompile CHM File | Decompile CHM File. |
| Textfile to Typwriter | Text File to Typewriter. |
| Show Multiple File Properties | Show Multiple File Properties. |
| Read eMail in CSV File | Read email from CSV file. |
| Check File is ASCii or Binary | Check if the file is ASCII or binary. |
| Give SelectDirectory Path | Specify SelectDirectory path. |
| Grab Line in Textfile | Extract line from text file. |
| Get Version Information from any File | Get Version Information from any File. |
| Copy Multiple Files to Clipboard | Copy Multiple Files to Clipboard. |
| Set Date & Time for Files & Folders | Set Date & Time for Files & Folders. |
| Save Font Properties in INI | Save font properties in INI. |
| Load Filepath Drag&Drop to ListBox | Load Filepath Drag&Drop to ListBox. |
| Create FileStream | Create File Stream. |
| Find the owner of File | Determine file owner. |
| Compare Files | Compare different files. |
| Search File on System | Search for file on system. |
| Copy Move Delete Folders | Copying, moving, or deleting folders. |
| Drag&Drop File to any Component | Move components on the form. |
| Find all Files in Folder & Subfolders | Find all files in folders & subfolders. |
| System Tick Count in Milliseconds | Query the system time in milliseconds. |
| Check Logon for correctness | Check the windows logon for correctness. |
| Create & Work with Database | Create & Work with a Database. |
| Create TreeView Nodes | Create TreeView Nodes. |
| Stream ProgressBar Adapter | Stream Progress Bar Adapter. |
| Get Special System Folders | Get special system folders. |
| Find all Files with ProgressBar | Find all Files with ProgressBar. |
| Advanced File Splitter | Advanced File Splitter. |
| Export Data from EXE Resource | Export Data from EXE Resource. |
| Create Menu Items from XML File | Create Menu Items from XML File. |
| Network |
|---|
| Code link | Description |
|---|---|
| Computer im Netzwerk auswählen | Select a computer on the network. |
| Firewall Activate / Deactivate | Firewall Activate/Deactivate. |
| Locate Firewall Rules | Locate Firewall Rules. |
| Work with Firewall Rules | Work with firewall rules. |
| Firewall Rule delete | Delete a firewall rule. |
| IP zur Laufzeit ändern | Change IP at runtime. |
| Send Files TClientSocket & TServerSocket | Send Files TClientSocket & TServerSocket. |
| Download File from Internet | Download file from the Internet. |
| Download Data from Internet | Download data from the Internet. |
| Download File with NoCache | Download file without caching. |
| Download Picture and load to Image | Download Picture and load to Image. |
| Execute a Java-Script function | Execute a Java Script function. |
| DNS der Lokalen Server Liste auslesen | Read the DNS from the local server list. |
| Captcha Erkennung | CAPTCHA recognition. |
| Local Cookie Set & Delete | Set & Delete Local Cookies. |
| Delete Cookies from Cache | Delete cookies from cache. |
| Compare & Sort IP | Compare & Sort IP. |
| Get Computer Name via IP | Get computer name via IP. |
| Get External IP | Get External IP. |
| Get Gateway IP | Get Gateway IP. |
| Generate IP Range | Generate IP Range. |
| Get DNS IP | Get DNS IP. |
| Get Network Interface Broadcast | Get Network Interface Broadcast. |
| Get Port & IP from SocketHandle | Get Port & IP from SocketHandle. |
| Get MAC Address | Get MAC Address. |
| Get Host from IP | Get host from IP. |
| Get IP from Host | Get IP from host. |
| Get Local Network IP | Get Local Network IP. |
| Change Gateway IP | Change gateway IP. |
| Get LAN Interface | Determine the current LAN interface. |
| Ping & Response with ICMP Client | Ping & Response with ICMP Client. |
| Ping WMI-Remote-Ping-Sensor | Ping WMI Remote Ping Sensor. |
| Ping Thread Range | Ping Thread Range. |
| Check Ports | Check ports. |
| Browse Router in Default Browser | Browse router in default browser. |
| Get Whois from URL | Get Whois from URL. |
| Download File with Progress Display | Download File with Progress Display |
| Get all Computers in Network | Get all computers on the network. |
| Get Default Browser | Get Default Browser. |
| Get User Domain | Get User Domain. |
| Remote Shutdown | Windows Remote shutdown. |
| Highlight Links in Memo | Highlight links in memo. |
| Connect Proxy Server | Connect Proxy Server. |
| Domain Name IP Traffic | Domain Name IP Traffic. |
| FTP Server Console | FTP Server Console. |
| TCP Client-Server | TCP client server. |
| HTTP File Upload | HTTP file upload. |
| RSS Reader | RSS readers. |
| Send File UDP | Send File via UDP. |
| Constract IP Box without Component | Contract IP Box without Component. |
| URL Tracer | URL tracers. |
| Create Packet Dumper | Create Packet Dumper. |
| Web Browser Template | Web browser template. |
| Upload Directory to FTP-Server | Upload Directory to FTP server. |
| Get Socket Error Codes | Get Socket Error Codes. |
| Get Local DNS | Determine the current local DNS. |
| Parse Text from HTML Document | Parse text from an HTML document. |
| Check incorrect entry of IP | Check for incorrect IP entry. |
| Appreciating Download Time | Understanding Download Time. |
| Check Internet Connection | Check Internet connection. |
| Send eMail SMTP | Send email via SMTP. |
| Get all Processes from Networkcomputer | Get all Processes from Networkcomputer. |
| Intercept IE Messages | Intercept IE Messages. |
| Use ClientSocket & ServerSocket | Use ClientSocket & ServerSocket. |
| Send eMail over Outlook with Attachment | Send email via Outlook with Attachment. |
| Download Website with hidden IP | Download website with hidden IP. |
| Fill IE instance and press Submit | Fill IE instance and press Submit. |
| Get SMTP Mailserver | Get SMTP mail server. |
| Delete Cache | Delete cache. |
| Download File from FTP Server | Download file from FTP server. |
| Send Message over ICQ | Send message via ICQ (No longer active). |
| Send File ServerSocket to ClientSocket | Send File ServerSocket to ClientSocket. |
| Update Program via Internet | Update program via the Internet. |
| Connect Networkdrive | Connect network drive. |
| Search URL Links and List it | Search URL links and list them. |
| Send Data HTTP Login | Send Data HTTP Login. |
| FTP Upload with ProgressBar | FTP Upload with Progress Bar. |
| Register Server | Register Server. |
| Create Server Thread | Create Server Thread. |
| Convert HTML to RTF | Send email with attachment. |
| Send Attachment eMail | Convert HTML to RTF. |
| Copy HTML to Clipboard | Copy HTML to clipboard. |
| Calculators |
|---|
| Code link | Description |
|---|---|
| CRC8 String Calculating | CRC8 String Calculation. |
| CRC16 String Calculating | CRC16 String Calculation. |
| CRC24 String Calculating | CRC24 String Calculation. |
| CRC32 String Calculating | Calculating CRC32 for a String. |
| CRC16 File Calculatiing | CRC16 File Calculation. |
| CRC32 File Calculating | Calculating CRC32 for a file. |
| Calculate Checksum fron any File | Calculate Checksum from any File. |
| Calculate Checksum from PE Executables | Calculate Checksum from PE Executables. |
| Binary Calculation | Binary Calculation. |
| Decimal Calculating | Decimal calculation. |
| MD5 File Calculator | MD5 File Calculator. |
| MD5 String Calculator | MD5 String Calculator. |
| Calculate Pictures < > HEX | Calculate Pictures < > HEX. |
| ASCii < > ANSi | Convert ANSI to ASCII and ASCII to ANSI. |
| Binary < > String | Convert binary to string and string to binary. |
| Integer < > HEX | Convert an integer to hex. |
| DOS-ASCII < > Windows-ASCII | DOS ASCII < > Windows ASCII. |
| HEX < > String | HEX < > String. |
| Convert ANSI File to UTF-8 | Convert ANSI file to UTF-8. |
| Comma Numbers Arithmetic | Arithmetic with Decimal Numbers. |
| LEA-128 Hash Calculator | LEA-128 Hash Calculator. |
| Generate Password with Strings & Numbers | Generate Password with Strings & Numbers |
| Generate Roman Numbers | Generate Roman numerals. |
| Generate Speakable Passwords | Generate Speakable Passwords. |
| Round point Numbers | Round numbers. |
| Kreditcard Generator | Credit Card Generator. |
| Basic Arithmetic in ASM | Basic Arithmetic in ASM. |
| Count Chars in Percent | Count characters as a percentage. |
| Check Prime Numbers | Check Prime Numbers. |
| Compress Strings | Compress strings. |
| String to PAnsiChar | String to PAnsiChar. |
| Generate Fibunacci Numbers | Generate Fibonacci numbers. |
| Convert Numbers to Words | Convert numbers to words. |
| Generate Conway Numbers | Generate Conway numbers. |
| Color > RGB, HEX, Delphi, C++, Visual Basic | Color > RGB, HEX, Delphi, C++, Visual Basic. |
| Calculate Canvas Bezier | Calculate Canvas Bézier. |
| Calculate Ellipse with Windows Api | Calculate Ellipse with Windows API. |
| Calculate Real Time Pendulum | Calculate real-time pendulum. |
| Calculate Fibonacci Sunflower | Calculate Fibonacci Sunflower. |
| Calculate SIN / COS Bezier | Calculate Sine/Cosine Bézier. |
| Sierpinski Calculator | Sierpinski Calculator. |
| Calculate Dictionary List | Calculate Dictionary List. |
| Multi Thread Brute Force Algorithm | Multi-thread brute force algorithm. |
| Calculate function Graphically | Calculate function Graphically. |
| Calculate Palindrom Numbers | Calculate Palindromic Numbers. |
| Calculate Egyptian dissection | Calculate Egyptian dissection. |
| Calculate Fractional Period | Calculate fractional period. |
| Calculate Eulers Number | Calculate Euler's number. |
| Calculate Triangle Volume | Calculate Triangle Volume. |
| Written Multiplication & Division | Written Multiplication & Division. |
| Check Prime Number loop | Prime number check loop. |
| Calculate Archimedean Prime Number Spiral | Calculate Archimedean Prime Number Spiral. |
| Calculate Bertrand-Experiment | Calculate the Bertrand experiment. |
| Calculate Ellipse Cycloid | Calculate Elliptical Cycloid. |
| Calculate Circular involute | Calculate circular involute. |
| Calculate Polygon Cycloid | Calculate Polygonal Cycloid. |
| Calculate Java Hash | Calculate Java Hash. |
| Check IBAN for correctness | Check IBAN for correctness. |
| Calculate Mondrian Pictures | Calculate Mondrian Pictures. |
| Calculate Optical illusion | Calculate optical illusion. |
| Zeroing Rational Equations | Setting Rational Equations to Zero. |
| Factoring Polynomial | Factoring a Polynomial. |
| Calculate Kaleidocycle | Calculate Kaleidocycle. |
| Calculate Tiling | Calculate Tiling. |
| Paths in Rectangular Grid | Paths in a Rectangular Grid. |
| Calculate Greatest common Divisor | Calculate Greatest Common Divisor. |
| Calculate Triangle height Theorem | Calculate Triangle height Theorem. |
| Weekday Calculater | Day of the Week Calculator. |
| Calculate Realistic Ball throwing | Calculate realistic ball throwing. |
| Calculate Binary Search Tree | Calculate Binary Search Tree. |
| Generate & sort Numbers | Generate & sort numbers. |
| Factoring a Number | Factoring a Number. |
| Pells Equation | Pell's Equation. |
| Calculate Galactic Coordinates | Calculate Galactic Coordinates. |
| Calculate Graphical Interference Waves | Calculate Graphical Interference Waves. |
| Calculate Keplers laws | Calculate Kepler's laws. |
| Calculate Reuleaux Wheels | Calculate Reuleaux Wheels. |
| Calculate Semiconductor | Calculate semiconductor. |
| Calculate Polygon Wheels | Calculate polygon wheels. |
| Break up Sentences | Break up sentences. |
| Create Chart Points | Create Chart Points. |
| Calculate any Image to Array Data | Calculate any Image to Array Data. |
| Generate Dynamic Arrays | Generate Dynamic Arrays. |
| Sort Numbers & Seperators | Sort Numbers & Separators. |
| Sort StringList | Sort StringList. |
| Crypters |
|---|
| Code link | Description |
|---|---|
| 64 Bit File Crypter | 64-bit File Crypter. |
| Block File Crypter | Block File Crypto. |
| Chislo Textfile Crypter | Chislo Text File Crypter. |
| Crypt & Decrypt File with Progress Callback | Crypt & Decrypt File with Progress Callback. |
| EZ Triple Key File Crypter | EZ Triple Key File Cryptographer. |
| Hurricane File Crypter | Hurricane File Crypto. |
| LEA-128 SEA File Crypter | LEA-128 SEA File Cryptographer. |
| Power String Crypter | Power String Crypto. |
| RC4 String Crypter | RC4 String Crypto. |
| RC4-HEX String Crypter | RC4-HEX String Cryptographer. |
| RC4-MD5 String Crypter | RC4-MD5 String Cryptographer. |
| RC4 Extendet String & File Crypter | RC4 Extended String & File Crypter. |
| Random File Crypter | Random File Crypto. |
| Vernam File Crypter | Vernam File Crypto. |
| WCrypt2 File Crypter | WCrypt2 File Crypter. |
| Simple XOR File Crypter | Simple XOR File Crypto. |
| XOR File Crypter | XOR File Crypto. |
| Encrypt 128 Bit Block with 256..1024 Bit Key | Encrypt 128 Bit Block with 256..1024 Bit Key. |
| 64 Bit String Crypter | 64-bit String Crypter. |
| Ceasar String Crypter | Caesar String Crypter. |
| CIPHER 128 Bit String Crypter | CIPHER 128-bit string crypter. |
| Vigenere String Ceasar algorithm Crypter | Vigenere String Ceasar algorithm Crypter. |
| 32 Bit String Crypter | 32-bit String Crypter. |
| DES algorithm String Crypter | DES Algorithm String Encryptor. |
| Ansi String Crypter | ANSI String Crypter. |
| XOR String Crypter | XOR String Cryptograph. |
| XOR Ext String Crypter | XOR Extended String Crypter. |
| LZCipher String & File Crypter | LZCipher String & File Crypter. |
| PDU String Crypter | PDU String Crypto. |
| ROT13 String Crypter | ROT13 String Encryptor. |
| Sapphire String Crypter | Sapphire String Cryptograph. |
| Simple Text Crypter | Simple Text Crypto. |
| UCrypt String Crypter | UCrypt String Crypter. |
| VegenereCipher String Crypter | Vigenère Cipher String Encryptor. |
| Wolf String Crypter | Wolf String Cryptor. |
| Firefox Password Decrypter | Firefox Password Decrypter. |
| Steganography Crypter | Steganography Crypto. |
| 32 Bit Fence String Crypter | 32-bit Fence String Crypter. |
| Unicoe/UnicodeHEX String & File Crypter | Unicoe/UnicodeHEX String & File Crypter. |
| RC4 File Crypter | RC4 File Crypto. |
| Audio |
|---|
| Code link | Description |
|---|---|
| Create Sound Beep Audio Port | Generate Beep Sound via Audio Port. |
| Get System Volume | Get System Volume. |
| Set Mute to System Mixer Sound | Set Mute to System Mixer Sound. |
| Play Music in Console | Play music in the console. |
| Generate Wave Sound | Generate wave sound. |
| Get Wave Lenght | Get Wavelength. |
| Get Wave Output Device | Get Wave Output Device. |
| Get Wave Bitratee | Get Get Wave Bitrate. |
| Input Wave Recorder | Input Wave Recorder. |
| Control Wave Volume | Control Wave Volume. |
| Play MP3 from Resource & Control it | Play MP3 from Resource & Control it. |
| Get AudioCD ID Number | Get Audio CD ID Number. |
| Set Volume for Microphone | Set microphone volume. |
| Create Sound | Create sound. |
| Master Volumen Control | Master Volume Control. |
| Input Line Wave Recorder | Input Line Wave Recorder. |
| Volume Control Replacement Api | Volume Control Replacement API. |
| Color to Beep | Color to Beep. |
| Check Drive for AudioCD | Check drive for audio CD. |
| Play Windows System Sounds | Play Windows system sounds. |
| Read MP3 ID3-Tag without Library | Read MP3 ID3 Tag without Library. |
| WinAmp Gui Control | Winamp GUI Control. |
| Set Mute for Microphone | Mute microphone. |
| Automatically Play MP3 after the other | Automatically Play MP3 after the other. |
| Show Remaining Playing Time | Show remaining playing time. |
| Play Multiple System Sounds | Play multiple system sounds. |
| Play Wave Backwards | Play wave backwards. |
| Output Sounds via Soundblaster | Output sounds via Soundblaster. |
| Record Levels from Audio-Mixer | Record Levels from Audio Mixer. |
| Adjust Volume of Audio in Devices | Adjust Volume of Audio in Devices. |
| Output Sounds via PC Speaker | Output sounds via PC speaker. |
| Set Volume of Sound Card | Set sound card volume. |
| Ole |
|---|
| Code link | Description |
|---|---|
| Export Strings to Word | Export strings to Word. |
| Import Word Table to StringGrid | Import Word Table to StringGrid. |
| Export StringGrid to Word | Export StringGrid to Word. |
| Export DBGrid to Excel | Export DBGrid to Excel. |
| Fill StringGrid Cells with loop | Fill StringGrid Cells with loop. |
| Gradient StringGrid Cells | Gradient StringGrid Cells. |
| Export Strings to Excel File | Export strings to an Excel file. |
| Import Excel File to StringGrid | Import Excel File to StringGrid. |
| Edit Excel Map and Save | Edit Excel Map and Save. |
| Convert Excel to Textdocument | Convert Excel to a text document. |
| Convert Textdocument to Excel File | Convert Text Document to Excel File. |
| Draw Matrix Raster in StringGrid | Draw Matrix Grid in StringGrid. |
| Edit StringGrid Cell Size | Edit StringGrid Cell Size. |
| Set Hint for StringGrid Cells | Set Hint for StringGrid Cells. |
| Sort StringGrid Data | Sort StringGrid Data. |
| Brush StringGrid Cells | Paint StringGrid Cells. |
| Print StringGrid Content | Print StringGrid content. |
| Clear StringGrid complete | Clear the entire StringGrid. |
| Convert StringGrid to Excel File | Convert StringGrid to Excel File. |
| String < > Excel or Word | String <> Excel or Word. |
| Convert StringGrid to HTML | Convert StringGrid to HTML. |
| Export StringGrid to CSV | Export StringGrid to CSV. |
| Change Word Properties and Load | Change Word Properties and Load. |
| Get Selected StringCell | Get Selected StringCell. |
| StringGrid Cells Zoom | StringGrid Cell Zoom. |
| Export ListView to StringGrid | Export ListView to StringGrid. |
| Text Component Spell Checker | Text Component Spell Checker. |
| Extract Word Textformat to RichEdit | Extract Word Text Format to RichEdit. |
| Export RTF-Textformat < > Word | Export RTF text format < > Word. |
| Create Outlook Contact | Create Outlook contact. |
| Export Excel Table to StringGrid | Export Excel Table to StringGrid. |
| Export StringGrid to Excel Table | Export StringGrid to Excel Table. |
| Read all Outlook Contacts | Read all Outlook contacts. |
| Save StringGrid in Excel File | Save StringGrid to an Excel file. |
| Replace Text in Word Document | Replace text in a Word document. |
| Register OCX File & Library | Register OCX File & Library. |
| Save Excel File to Textdocument | Save Excel File to Text Document. |
| Control Excel via OLE Automation | Control Excel via OLE Automation. |
| Read Outlook Folder List | Read Outlook folder list. |
| Export Data Excel to Word | Export data from Excel to Word. |
| Backup Outlook Attachments | Back up Outlook attachments. |
| Control Word via OLE Automation | Control Word via OLE Automation. |
| Extract eMails from Outlook.dbx | Extract emails from Outlook.dbx. |
| Printers |
|---|
| Code link | Description |
|---|---|
| Set Printer Duplex | Set printer to duplex. |
| Set Default Printer | Set default printer. |
| Find out Printer Color or not | Determine whether the printer is color or not. |
| Get all Printer Jobs | Get all printer jobs. |
| Get all Paper Bins | Retrieve all recycle bins. |
| Read Printer Drivers | Read printer drivers. |
| Investigate Printer is Matrix or LaserJet | Investigate Printer is Matrix or LaserJet. |
| Save & Load Printer Properties | Save & Load Printer Properties. |
| Print Strings & TStrings | Print Strings & TStrings. |
| Save Printer Properties to File | Save Printer Properties to File. |
| Get all Printer Information | Get all printer information. |
| Set Printer Margins | Set printer margins. |
| Print File Data | Print File Data. |
| Get Supported Paper Formats | Get supported paper formats. |
| Print PRN File Data | Print PRN File Data. |
| Print Image | Print image. |
| Get Printer Driver Information | Get Printer Driver Information. |
| Print Canvas Textout | Print Canvas Text Output. |
| Print Excel Document | Print Excel document. |
| Get Printer Jobs | Print Excel document |
| Games |
|---|
| Code link | Description |
|---|---|
| Pipeline | Pipeline best-known answer for board game fans. |
| Labyrinth | Labyrinth gibt es in verschiedenen beliebten Varianten. |
| Tetris | Eines der erfolgreichsten Puzzle-Videospiele. |
| Light Off | klassische Rätselspiel basiert auf einem Raster. |
| Tic-Tac-Toe | klassisches, strategisches Brettspiel. |
| nonVCL |
|---|
| Code link | Description |
|---|---|
| Window Template | Window template. |
| String Crypter | String Crypter. |
| Plasma Window | Plasma Window. |
| Old Canvas TV | Old Canvas TV. |
| Get User Rights | Get User Rights. |
| RC4 Encoder Command Line | RC4 Encoder Command Line. |
| TrackBar Example | TrackBar Example. |
| TrackBar Vertical Example | Vertical TrackBar Example. |
| Digital Clock | Digital clock. |
| Execute Form | Execute Form. |
| Post Quit Message Form Template | Post Quit Message Form Template. |
| Sizelable Form Template | Resizable Form Template. |
| GDI Graphic | GDI Graphics. |
| Delphi | |
|---|---|
Screenshot von Delphi 10.4, wobei der visuelle Formulareditor zur Erstellung einer Anwendung verwendet wird. | |
| Originalautoren | Borland , CodeGear , Embarcadero |
| Entwickler | Embarcadero Technologies |
| Freigeben | 1995 |
| Stabile Version | |
| Geschrieben in | Hauptsächlich Delphi (Object Pascal) |
| Betriebssystem | Läuft unter Windows ; [ Nicht-primärer Quellcode erforderlich ] Zielplattformen: Windows , Linux , macOS , Android , iOS |
| Typ | Softwareentwicklung , Designer , IDE , Compiler , Laufzeitbibliothek |
| Lizenz | Freemium |
| Webseite | www.embarcadero.com/products/delphi |
.. to be continue....

Keine Kommentare:
Kommentar veröffentlichen