- [顶]关于delphi的utf8 字符串string转换问题 2018-06-12 点击:15963 评论:19
- FastCube 2 VCL 测试版demo正式发布! 2013-03-22 点击:2767 评论:0
- Delphi从普通对象方法转换到回调函数 2011-09-03 点击:1501 评论:0
- 修正表格的Lookup下拉框的焦点小BUG 2011-09-03 点击:1234 评论:0
- Delphi写StringGrid导出到Excel转换函数 2011-09-03 点击:2269 评论:0
- 一个将HTML代码转换成IHTMLDocument2接口的函数 2011-09-03 点击:1178 评论:0
- Delphi中将小写数字金额转成大写金额 2011-09-03 点击:1388 评论:0
- Delphi如何将byte型的数组转换为字符串 2011-09-03 点击:3502 评论:0
- Delphi字符串、PChar与字符数组之间的转换 2011-09-03 点击:1822 评论:0
- Delphi字符串转换成16进制ASM代码 2011-09-03 点击:1512 评论:0
先说一下场景:我方接受java传过来的webservice,里面的字符是utf8编码的,然后 某些汉字总是转换错误?比如 监护人2580,转换后就出现 监护人?580, 对方说 其...
根据最新消息,FastReport商家正式发布FastCube 2 VCL 测试版demo,详情如下:网格(Grid)改善数据源网格更加贴近本地windows外观绘制Gradien...
今天从网上找到一个讲的清楚 点的,自己实践了一下。写下这个单元: Unit UntMakeInstruction;interfaceuses SysUtils;type //Imp...
1、TRzTabSheet(Raize套件)之间切换,并没有焦点转换。如果两个TRzTabSheet都有TDBGridEh,其中一个TDBGridEh(A表格)的Lookup下拉框...
procedure Stringgridtoexcel(atitle: string;Astringgrid: Tstringgrid; Afontsize: integer); ...
function HTML2Intf(str:string):IHTMLDocument2;var hgbl: HGLOBAL; Stream: IStream; doc: iht...
procedure TfmBMZC.BitBtn2Click(Sender: TObject); //金额转换 const chNum : array[0..9] of st...
1、var buf:array[1..100] of byte; S1:string; s2: string; begin s1 := '12345'; Move(s1[1],bu...
设有以下三个变量:vars:string;p:pchar;a:array[1..20] of char;那么三者之间的转换如下:1、字符串到PChar p:=PChar(s);2、...
function StrToHex(Const str: string): string;asm push ebx push esi push edi test eax,eax j...