03 2015 档案
摘要:procedure TForm2.Button1Click(Sender: TObject);var pDateTime:TDateTime;begin FormatSettings.DateSeparator:='-'; //System.SysUtils; //System.SysUtils.F...
阅读全文
摘要:uses System.TypInfo; // Sync with compiler internals TTypeKind = (tkUnknown, tkInteger, tkChar, tkEnumeration, tkFloat, tkString, tkSet, tkClass, tkMe...
阅读全文
摘要:http://docwiki.embarcadero.com/RADStudio/XE7/en/Delphi_Data_Types
阅读全文
摘要:type PGUID = ^TGUID; TGUID = packed record D1: LongWord; D2: Word; D3: Word; D4: array[0..7] of Byte; class operator Equal(const Left...
阅读全文
浙公网安备 33010602011771号