03 2015 档案

摘要:procedure TForm2.Button1Click(Sender: TObject);var pDateTime:TDateTime;begin FormatSettings.DateSeparator:='-'; //System.SysUtils; //System.SysUtils.F... 阅读全文
posted @ 2015-03-28 18:01 云水浮萍 阅读(202) 评论(0) 推荐(0)
摘要:uses System.TypInfo; // Sync with compiler internals TTypeKind = (tkUnknown, tkInteger, tkChar, tkEnumeration, tkFloat, tkString, tkSet, tkClass, tkMe... 阅读全文
posted @ 2015-03-28 11:03 云水浮萍 阅读(443) 评论(0) 推荐(0)
摘要:http://docwiki.embarcadero.com/RADStudio/XE7/en/Delphi_Data_Types 阅读全文
posted @ 2015-03-27 16:23 云水浮萍 阅读(144) 评论(0) 推荐(0)
摘要:type PGUID = ^TGUID; TGUID = packed record D1: LongWord; D2: Word; D3: Word; D4: array[0..7] of Byte; class operator Equal(const Left... 阅读全文
posted @ 2015-03-27 14:52 云水浮萍 阅读(220) 评论(0) 推荐(0)