ApplyModifierToKey method
procedure TOgMakeKeys.ApplyModifierToKey (Modifier : LongInt; var Key; KeySize : Cardinal);
ApplyModifierToKey method procedure TOgMakeKeys.ApplyModifierToKey (Modifier : LongInt; var Key; KeySize : Cardinal); |
ApplyModifierToKey alters the specified key.
If Modifier is not zero, this routine alters (signs) the key specified by Key. KeySize is the size, in bytes, of Key .
This routine is used automatically by the components that generate a release code when a non-zero value is specified for the Modifier property.
See also: GenerateDateModifier, GenerateMachineModifier, GenerateStringModifier, GenerateUniqueModifier, Key