会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
万一的 Delphi 博客
记录学习过程中的点点滴滴,是喜欢、不是职业;记性不好,特别需要这么一个博客。
博客园
首页
新随笔
联系
订阅
管理
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
换行
posted on
2008-03-23 22:47
万一
阅读(
6285
) 评论(
2
)
编辑
收藏
举报
刷新页面
返回顶部