本文整理自网络,侵删。
function GetDeviceOnlyIdentifier: string;
begin
with TUIDevice.Wrap(TUIDevice.OCClass.currentDevice) do
begin
Result := (identifierForVendor.UUIDString.UTF8String);
end;
end;
相关阅读 >>
Delphi以鼠标为中心缩放图片以及拖动(采用区域抠图拉伸的方式)
Delphi 2009 之 tcategorypanelgroup[3]: color
更多相关阅读请进入《Delphi》频道 >>