System.SysUtils.TGuidHelper.NewGuid
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
- TetheringIniFileStorage code example (Delphi)