UnlockSupport (Thumbnail Browser Control) example for Delphi
var
bRet : Boolean;
begin
bRet := LEADThumb1.IsSupportLocked(L_SUPPORT_OCR);
If bRet = true Then
LEADThumb1.UnlockSupport (L_SUPPORT_OCR, 'yourstinghere');
end;