System.SysUtils.TGuidHelper.NewGuid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function NewGuid: TGUID; static;

C++

static TGUID __fastcall NewGuid();

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TGUIDHelper

Description

Creates a GUID.

NewGuid internally uses CreateGUID to create a GUID.

See Also