TdxCustomColorPalette.GetID Method
Returns the color palette container’s globally unique 128-bit identifier (GUID).
Declaration
function GetID: TGUID;
Returns
Type |
---|
TGUID |
Remarks
All color palette containers are identified by their GUIDs. For instance, vector image paint routines call the GetID function to identify if two color palette containers are identical.
Note
Certain TdxCustomColorPalette class descendants update their GUIDs in response to palette changes.
See Also