摘要:
http://docwiki.embarcadero.com/RADStudio/XE7/en/Delphi_Data_Types 阅读全文
posted @ 2015-03-27 16:23
云水浮萍
阅读(140)
评论(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
云水浮萍
阅读(217)
评论(0)
推荐(0)