SysUtils 单元下的公用函数目录

有简单提示的链接有效.
过程或函数名  分类   简单提示 
Abort    
AddExitProc    
AddTerminateProc    
AdjustLineBreaks   Unix 与 Windows 的换行符互换
AnsiCompareFileName    
AnsiCompareStr    
AnsiCompareText    
AnsiDequotedStr    
AnsiExtractQuotedStr    
AnsiLastChar    
AnsiLowerCase    
AnsiLowerCaseFileName    
AnsiPos    
AnsiQuotedStr    
AnsiSameStr    
AnsiSameText    
AnsiStrComp    
AnsiStrIComp    
AnsiStrLastChar    
AnsiStrLComp    
AnsiStrLIComp    
AnsiStrLower    
AnsiStrPos    
AnsiStrRScan    
AnsiStrScan    
AnsiStrUpper    
AnsiUpperCase    
AnsiUpperCaseFileName    
AppendStr    
AssignStr    
Beep    
BoolToStr   布尔转字符串
ByteToCharIndex    
ByteToCharLen    
ByteType    
CallTerminateProcs    
ChangeFileExt    
ChangeFilePath    
CharLength    
CharToByteIndex    
CharToByteLen    
CheckWin32Version    
CompareMem    
CompareStr   字符串比较(区分大小写)
CompareText   字符串比较(不区分大小写)
CreateDir    
CreateGUID    
CurrentYear    
CurrToStr    
CurrToStrF    
Date    
DateTimeToFileDate    
DateTimeToStr    
DateTimeToString    
DateTimeToSystemTime    
DateTimeToTimeStamp    
DateToStr    
DayOfWeek    
DecodeDate    
DecodeDateFully    
DecodeTime    
DeleteFile    
DirectoryExists    
DiskFree    
DiskSize    
DisposeStr    
ExceptionErrorMessage    
ExcludeTrailingBackslash    
ExcludeTrailingPathDelimiter    
ExpandFileName    
ExpandFileNameCase    
ExpandUNCFileName    
ExtractFileDir    
ExtractFileDrive    
ExtractFileExt    
ExtractFileName    
ExtractFilePath    
ExtractRelativePath    
ExtractShortPathName    
FileAge    
FileClose    
FileCreate    
FileDateToDateTime    
FileExists    
FileGetAttr    
FileGetDate    
FileIsReadOnly    
FileOpen    
FileRead    
FileSearch    
FileSeek    
FileSetAttr    
FileSetDate    
FileSetReadOnly    
FileWrite    
FinalizePackage    
FindClose    
FindCmdLineSwitch    
FindFirst    
FindNext    
FloatToCurr    
FloatToDateTime    
FloatToDecimal    
FloatToStr    
FloatToStrF    
FloatToText    
FloatToTextFmt    
FmtLoadStr    
FmtStr   格式化输出
ForceDirectories    
Format   格式化输出
FormatBuf    
FormatCurr    
FormatDateTime    
FormatFloat    
FreeAndNil    
GDAL    
GetCurrentDir    
GetDiskFreeSpaceEx    
GetEnvironmentVariable    
GetFileVersion    
GetFormatSettings    
GetLocaleChar    
GetLocaleFormatSettings    
GetLocaleStr    
GetModuleName    
GetPackageDescription    
GetPackageInfo    
GetTime    
GUIDToString    
IncAMonth    
IncludeTrailingBackslash    
IncludeTrailingPathDelimiter    
IncMonth    
InitializePackage    
Int64Rec    
IntToHex    
IntToStr    
IReadWriteSync    
IsAssembly    
IsDelimiter   判断字符串的某个位置是不是指定的字符串
IsEqualGUID    
IsLeapYear    
IsPathDelimiter    
IsValidIdent    
Languages    
LastDelimiter   判断一个字符串在另一个字符串中最后出现的位置
LoadPackage    
LoadStr    
LowerCase   转小写
MSecsToTimeStamp    
NewStr    
NextCharIndex    
Now    
OutOfMemoryError    
QuotedStr   加单引号
RaiseLastOSError    
RaiseLastWin32Error    
RCS    
RemoveDir    
RenameFile    
ReplaceDate    
ReplaceTime    
RPR    
SafeLoadLibrary    
SameFileName    
SameStr    
SameText    
SetCurrentDir    
ShortDateFormat    
ShowException    
Sleep    
StrAlloc   PChar 串专用函数: 给 PChar 指针分配空间
StrBufSize   PChar 串专用函数: PChar 缓冲区大小
StrByteType   PChar 串专用函数: 获取字节类型
StrCat   PChar 串专用函数: 将源串添加到目标串后
StrCharLength   PChar 串专用函数
StrComp   PChar 串专用函数: 对比串
StrCopy   PChar 串专用函数: 复制串, 返回结果指针
StrDispose   PChar 串专用函数
StrECopy   PChar 串专用函数: 复制串, 返回结果尾指针
StrEnd   PChar 串专用函数: 串尾指针
StrFmt   PChar 串专用函数
StrIComp   PChar 串专用函数: 对比串, 不区分大小写
StringReplace   替换字符串
StringToGUID    
StrLCat   PChar 串专用函数: 将源串添加到目标串后, 限定结果长度
StrLComp   PChar 串专用函数: 对比串, 指定有效位数
StrLCopy   PChar 串专用函数: 复制串, 限定长度
StrLen   PChar 串专用函数: 串长度
StrLFmt   PChar 串专用函数
StrLIComp   PChar 串专用函数: 对比串, 不区分大小写并指定有效位数
StrLower   PChar 串专用函数: 转小写
StrMove   PChar 串专用函数: 将串中指定数目的字符复制到另一串的开始
StrNew   PChar 串专用函数
StrNextChar   PChar 串专用函数
StrPas   PChar 串专用函数
StrPCopy   PChar 串专用函数: 同 StrPCopy
StrPLCopy   PChar 串专用函数: 同 StrPLCopy
StrPos   PChar 串专用函数: 字串在母串中的位置指针
StrRScan   PChar 串专用函数: 字符在串中末位置指针
StrScan   PChar 串专用函数: 字符在串中首位置指针
StrToBool    
StrToBoolDef    
StrToCurr    
StrToCurrDef    
StrToDate    
StrToDateDef    
StrToDateTime    
StrToDateTimeDef    
StrToFloat    
StrToFloatDef    
StrToInt    
StrToInt64Def    
StrToIntDef    
StrToTime    
StrToTimeDef    
StrUpper   PChar 串专用函数: 转大写
Supports    
SysErrorMessage    
SysLocale    
SystemTimeToDateTime    
TextToFloat    
Time    
TimeStampToDateTime    
TimeStampToMSecs    
TimeToStr    
Trim   删除两边空格
TrimLeft   删除左边空格
TrimRight   删除右边空格
TryEncodeDate    
TryEncodeTime    
TryFloatToCurr    
TryFloatToDateTime    
TryStrToBool    
TryStrToCurr    
TryStrToDate    
TryStrToDateTime    
TryStrToFloat    
TryStrToInt    
TryStrToInt64    
TryStrToTime    
UnloadPackage    
UpperCase   转大写
WideCompareStr    
WideCompareText    
WideFmtStr    
WideFormat    
WideFormatBuf    
WideLowerCase    
WideSameStr    
WideSameText    
WideUpperCase    
Win32Check    
WrapText   换行
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值