System.TGUID.D3

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

D3: Word;

Properties

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

Description

D3 maps the 4 hexadecimal digits in GUID next to the 8 digits in D1 and the 4 digits in D2 as described in TGUID.

GUID specifies a globally unique identifier, represented by a string literal enclosed by 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).

D3 maps the 4 hexadecimal digits next to the 8 hexadecimal digits in D1 and the 4 hexadecimal digits in D2 in this GUID string literal:

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

See Also