论坛


2009年12月7日 星期一

{$POINTERMATH ON} 方便指针操作的编译指令

万一| 万一的 Delphi 博客 |17:51:00

  阅读: 100 评论: 0 作者:万一发表于 2009-12-07 17:51原文链接编译指令 PointerMath 默认 off; 打开后, 可以像数组一样地读写指针中的系列数据, 非常方便!//测试整数指针 procedure TForm1.Button1Click(Sender: TObject); var p: PInteger; i: Integer; beg...

SameText

万一| 万一的 Delphi 博客 |15:39:00

  阅读: 118 评论: 1 作者:万一发表于 2009-12-07 15:39原文链接var s1,s2: string; b1,b2: Boolean; begin s1 := 'C:\Temp'; s2 := 'c:\temp'; b1 := SameText(s1, s2); //True b2 := s1 = s2; //False ShowMessage(BoolToStr(b1,True) ...

SQLite Wrapper for Delphi

minyoad| minyoad的技术坛子-delphi |13:11:37

 

Apresentações e exemplos do Delphi Conference Brasil

CodeGear| CodeGear-CodeCentral Delphi |11:27:57

Delphi Conference Brasil foi a conferência 100% voltada para desenvolvedores Delphi, neste link você tem acesso a todo o contéudo e exemplos utilizados pelos palestrantes.O arquivo contem as seguintes apresentações: Touch ...

SynEdit 2.0.6b (small accompaniment)

CodeGear| CodeGear-CodeCentral Delphi |10:20:07

assume: This be small accompaniment to SynEdit 2.0.6 (copy over) Was fixed for wide clipboard format support This may need for turning on Delphi 2010ps CLPB_FMT = '...2'; because it accompaniment and many collision.v 1.8

What We Expect From Our Field Testers

CodeGear| CodeGear-CDN Delphi |08:09:17

Incremental Search for the TListBox Delphi Control

About.com| About.com Delphi Programming |02:00:37

in Delphi VCL::Imagine a list box with a huge number of (unsorted) items. Finding the one user wants to select might turn into a nightmare. Let's provide the user with an option to immediately locate the item in the list box by adding incremental ...