GetCodeType
function GetCodeType (const Key : TKey; const Code : TCode) : TCodeType;
TCodeType = (ctDate, ctDays, ctRegistration, ctSerialNumber, ctUsage, ctNetwork, ctSpecial, ct);

TurboPack OnGuard FMX

GetCodeType

function GetCodeType (const Key : TKey; const Code : TCode) : TCodeType;

TCodeType = (ctDate, ctDays, ctRegistration, ctSerialNumber, ctUsage, ctNetwork, ctSpecial, ctUnknown);

Navigation:  »No topics above this level«

GetCodeType

function GetCodeType (const Key : TKey; const Code : TCode) : TCodeType;

TCodeType = (ctDate, ctDays, ctRegistration, ctSerialNumber, ctUsage, ctNetwork, ctSpecial, ctUnknown);

Return to chapter overview

_bm1GetCodeType returns the type of code passed as the Code parameter.

Key must be the same key that was used when the code was created or ctUnknown is returned.

This routine is defined in the OnGuard unit. (as of 1.15 this routine has been moved to the OgUtil unit)