Delphi XE - TGuidHelper
2021-03-07 16:28
阅读:406
标签:new phi bytearray delphi string nes cli ring object Delphi XE - TGuidHelper 标签:new phi bytearray delphi string nes cli ring object 原文地址:https://www.cnblogs.com/redhat588/p/12821238.html
procedure TForm1.btn2Click(Sender: TObject);
var
G: TGUID;
S: string;
bs: TBytes;
begin
G := G.NewGuid;
S := G.ToString; //{9B60BA3F-8EE5-448F-BC9B-64FD98685ADB}
mmo1.Lines.Add(S);
bs := G.ToByteArray;
end;
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Delphi XE - TGuidHelper
文章链接:http://soscw.com/index.php/essay/61416.html
文章标题:Delphi XE - TGuidHelper
文章链接:http://soscw.com/index.php/essay/61416.html
评论
亲,登录后才可以留言!