System.TGUID Fields
InheritedProtected
D1 | public | D1 maps the first 8 hexadecimal digits in GUID as described in TGUID. |
D2 | public | D2 maps the 4 hexadecimal digits in GUID next to the 8 hexadecimal digits in D1 as described in TGUID. |
D3 | public | 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. |
D4 | public | D4 maps the last 16 hexadecimal digits in GUID next to the 8 digits in D1, plus 4 digits in D2, plus 4 digits in D3 as described in TGUID. |