[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Check whether two TGUIDvariables are equal.
Source position: intfh.inc line 32
function IsEqualGUID( |
const guid1: TGUID; |
const guid2: TGUID |
):Boolean; |
IsEqualGUIDchecks whether guid1and guid2are equal, and returns Trueif this is the case, or Falseotherwise.
|
Check whether a class or given interface supports an interface |
|
|
Standard GUID representation type. |
|
|
Convert a string to a native TGUIDtype. |
|
|
Convert a TGUIDto a string representation. |