System.TGUID.D1

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

D1: Cardinal;

Properties

Type Visibility Source Unit Parent
field public System.pas System TGUID

Description

D1 maps the first 8 hexadecimal digits in GUID as described in TGUID.

GUID specifies a globally unique identifier, represented by a string literal enclosed in brackets. The GUID declaration must have the form:

['{GUID}']

or

['{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}']

where each x is a hexadecimal digit (0 through 9 or A through F).

D1 maps the first 8 hexadecimal digits in this GUID string literal:

['{D1-xxxx-xxxx-xxxx-xxxxxxxxxxxx}']

See Also