DELPHI文本整理器
DELPHI文本整理器样式像记事本//字符串处理功能unitStringFunctions;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Forms,Dialogs,StdCtrls,Commctrl;typeTStringFunction=class(TObject)privatefunctionIsUpper(ch:char):boolean;functionIsLower(ch:char):boolean;functionToUpper(ch:char):char;f
下载地址
用户评论