- Delphi中Stream到Variant的转化函数 2011-09-03 点击:656 评论:0
- Delphi计算汉字笔划的函数 2011-09-03 点击:568 评论:0
- Delphi函数Shl与Shr介绍说明 2011-09-03 点击:658 评论:0
- Delphi写的验证身份证号有效性函数 2011-09-03 点击:889 评论:0
- Delphi中GetTickCount函数原型及其用途 2011-09-03 点击:710 评论:0
- Delphi中的Format函数详解 2011-09-03 点击:669 评论:0
- Delphi中的FormatDateTime函数用法 2011-09-03 点击:684 评论:0
- Delphi中的FormatFloat函数用法 2011-09-03 点击:918 评论:0
- Delphi几个编码转换函数 2011-09-03 点击:1038 评论:0
- Delphi调用unrar.dll操作rar压缩文件 2011-09-03 点击:1817 评论:0
procedure VariantToStream (const v : OleVariant; Stream : TMemoryStream); varp : pointer; ...
函数调用:procedure TForm1.Button1Click(Sender: TObject);begin ShowMessage(IntToStr(GetBiHua('好...
格式:操作数 Shl/Shr 移动位数说明:操作数与返回值都是整数例子:16(10) = 10000(2)16(10) Shr 1 = 10000(2) Shr 1 = 1000(...
function ValidatePID(const APID: string): string; {内部函数,取身份证号校验位,最后一位,对18位有效} function Get...
【说明】 用于获取自windows启动以来经历的时间长度(毫秒)【返回值】 Long,以毫秒为单位的windows运行时间通常用来计算某个操作所使用的时间: Start:=GetT...
首先看它的声明:function Format(const Format: string; const Args: array of const): string; overloa...
他的声明为: function FormatDateTime(const Format: string; DateTime: TDateTime): string; overloa...
常用的声明:function FormatFloat(const Format: string; Value: Extended): string; overload;和上面一样F...
functionUnicodeEncode(Str:string;CodePage:integer):WideString;varLen:integer;beginLen:=Len...
关键接口函数:function RAROpenArchive(var ArchiveData: RAROpenArchiveData): THandle; stdcall; ext...