GUID And Interface Support Routines

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all GUID And interface support routines.

Member Description

System.SysUtils.CreateGUID

Creates a globally unique identifier.

System.SysUtils.GUIDToString

Converts a class identifier GUID to a string.

System.SysUtils.IsEqualGUID

Indicates whether two TGUID values are the same.

System.SysUtils.StringToGUID

Converts a string to a GUID.

System.SysUtils.Supports

Indicates whether a given object or interface supports a specified interface.

System.Variants.VarSupports

Indicates whether the variant's value is an interface that supports a specified interface.



See Also