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