You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: Docs/Welcome.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The Library currently contains the following projects.
14
14
|[Extended String Property Editor](StringPE.md)| Property editor that allows multi-line and long _string_ and _TCaption_ properties to be edited at design time. |
15
15
|[Fractions Unit](FractionsUnit.md)| Defines an advanced "record with methods" type that encapsulates fraction and related operations. |
16
16
|[Hot Label Component](HotLabelComponent.md)| Label component that accesses a URL when clicked. The URL is displayed in the default web browser or email client. |
17
-
|[I/O Utilities Unit](IOUtilityClasses.md)| Several classes that assist with various I/O related tasks, including working with pipes and inheritable file handles. |
17
+
|[I/O Utilities Unit](IOUtils.md)| Several classes that assist with various I/O related tasks, including working with pipes and inheritable file handles. |
18
18
|[MD5 Message Digest Unit](MD5.md)| Implementation of the MD5 Message Digest Algorithm as a Delphi class. This is an implementation from scratch, not a wrapper round earlier code. |
19
19
|[Message Dialog Components](MessageDialogComponents.md)| Components that wrap message dialogue boxes provided by the Delphi VCL and the Windows API. |
20
20
|[Resource File Unit](ResFileUnit.md)| Contains classes that encapsulate 32 bit binary resource files and the resources they contain. Can read and update raw resource file data. |
0 commit comments